crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#42ead9 hex color - Blue - Cool color - Information

#42ead9 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #42ead9 Color code in RGB color code model is created after adding 25.88% red color, 91.76% green color and 85.1% blue color. Hex #42ead9 Color code in CMYK color (process color) code model is generated after subtraction of 72% cyan, 0% magenta, 7% yellow and 8% black.

Hex #42ead9 color code is between #44eedd web safe hex color code and #33ddcc web safe hex color code. #44eedd is the nearest web safe color code. You can see here many more shades of #42ead9 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code42ead9#42ead9
RGB Decimal66, 234, 217rgb(66, 234, 217)
RGB Percent26%, 92%, 85%rgb(26%, 92%, 85%)
CSS RGBa66, 234, 217,1rgba(66,234,217,1)
CMYK Modelcmyk(72%,0%,7%,8%)
HSL Color Space174,80% ,59%hsl(174,80% ,59%)
HSV Color Space174°, 72%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000101110101011011001
Octal102352331
Decimal66234217
Hex42ead9

Different shades of #42ead9 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #42ead9
#70efe2
Dark Shade of #42ead9
#19e0cc
Saturated Shade of #42ead9
#37f4e1
Desaturated Shade of #42ead9
#4cdfd1
Grey scale Shade of #42ead9
#969696
Brighten Shade
#5bfff2
Most Readable Shade
#000000

Shades of #42ead9 color code

Generate more color scales with scales (color stack) generator.

#42ead9
#3ad0c0
#33b6a8
#2c9c90
#248278
#1d6860
#164e48
#0e3430
#071a18
#000000

Similar Color like #42ead9 color

Find visually similar hex color codes nearing to #42ead9 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#43ebda
#44ecdb
#45eddc
#46eedd
#47efde
#48f0df
#49f1e0
#4af2e1
#4bf3e2
#4cf4e3
#4df5e4
#4ef6e5
#4ff7e6
#50f8e7
#41e9d8
#40e8d7
#3fe7d6
#3ee6d5
#3de5d4
#3ce4d3
#3be3d2
#3ae2d1
#39e1d0
#38e0cf
#37dfce
#36decd
#35ddcc
#34dccb

Monochromatic Color with #42ead9

#42ead9
#061514
#12403b
#1e6a63
#2a958a
#36bfb2

Tints of #42ead9 Color

#42ead9
#57ecdd
#6ceee1
#81f1e5
#96f3e9
#abf5ee
#c0f8f2
#d5faf6
#eafcfa
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#42ead9
#ea4253

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#42ead9
#ea42a7
#ea8542

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#42ea96
#42eab7
#42ead9
#42d9ea
#42b8ea

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#42ead9
#d942ea
#ead942

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#42ead9
#8542ea
#ea4253
#a7ea42

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#42ead9
#ea4253
#ea8542
#42a7ea

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #42ead9 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#42ead9 Color Code Preview on Black Background Color

This is how #42ead9 Color will look on black background color. Color contrast ratio is 14.00

#42ead9 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#42ead9">Your Example Paragraph content text in with font color #42ead9 </p>

Your Example Paragraph content text in with font color #42ead9

HTML with inline CSS

<div style="color:#42ead9">Your Paragraph text in with font color #42ead9 </div>

Your Example Paragraph content text in with font color #42ead9

#42ead9 color code is use for CSS Background Color

Background color for the above div is #42ead9

HTML with inline CSS

<div style="background-color:#42ead9;"></div>

#42ead9 color code is use for CSS Border Color

CSS Border color for the above div is #42ead9

HTML with inline CSS

<div style="border:5px solid #42ead9;"></div>

CSS Border Left color for the above div is #42ead9

HTML with inline CSS

<div style="border-left:5px solid #42ead9;"></div>

CSS Border Right color for the above div is #42ead9

HTML with inline CSS

<div style="border-right:5px solid #42ead9;"></div>

CSS Border Bottom color for the above div is #42ead9

HTML with inline CSS

<div style="border-bottom:5px solid #42ead9;"></div>

CSS Border Top color for the above div is #42ead9

HTML with inline CSS

<div style="border-top:5px solid #42ead9;"></div>

#42ead9 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#42ead9; } .examplecolorclass {color:#42ead9; } .examplebordercolor {border:3px solid #42ead9; }

#42ead9 Color code Preview on White Background

This is how #42ead9 Color code will look on white background color. Color contrast ratio is 1.50

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #42ead9; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #42ead9; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.