#c2e4e7 Color Hex Light Daly Waters

Information about Light Daly Waters Color | #0000FF

#c2e4e7 color RGB value is (194,228,231). #c2e4e7 color name is Light Daly Waters color.

#c2e4e7 hex color red value is 194 , green value is 228 and the blue value of its RGB is 231 . Cylindrical-coordinate representations (also known as HSL) of color #c2e4e7 hue: 185 , saturation: 44 and the lightness value of #c2e4e7 is 83

The process color (four color CMYK) of #c2e4e7 color hex is 6 , 1 ,0, 4 .

#c2e4e7

~Light Daly Waters

Color Converions

HEX
#c2e4e7
RGB
194,228,231
LAB
88,-11,-5
CMYK
16,1,0,9
LCH
88,12,-154
XYZ
64,73,86
HSV
185,16,91
HSL
185,44,83

Base Numbers

Base Red Green Blue
Binary 11000010 11100100 11100111
Octal 302 344 347
Decimal 194 228 231
Hex c2 e4 e7

RGB Percentages of Color #c2e4e7

76%
89%
91%

CMYK Percentages of Color #c2e4e7

6%
0%
1%
4%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #c2e4e7

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#c2e4e7
20%
#afcdd0
30%
#9bb6b9
40%
#88a0a2
50%
#74898b
60%
#617274
70%
#4e5b5c
80%
#3a4445
90%
#272e2e
100%
#131717

Tints of #c2e4e7

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#c2e4e7
20%
#c8e7e9
30%
#cee9ec
40%
#d4ecee
50%
#daeff1
60%
#e1f2f3
70%
#e7f4f5
80%
#edf7f8
90%
#f3fafa
100%
#f9fcfd

Tones of #c2e4e7

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#c2e4e7
20%
#bbdadd
30%
#b5d0d2
40%
#aec6c8
50%
#a7bcbe
60%
#a1b2b3
70%
#9aa8a9
80%
#939e9f
90%
#8d9494
100%
#868a8a

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#c2e4e7
#c2e7db
#c2e7e3
#c2e4e7
#c2dde7
#c2d5e7

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#c2e4e7
#e7c5c2

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#c2e4e7
#ccc2e7
#e7dbc2

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#c2e4e7
#e7c2e4
#e4e7c2

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#c2e4e7
#d7c2e7
#e7c5c2
#d1e7c2

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#c2e4e7
#101212
#333c3d
#576667
#7b9092
#9ebabc

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#c2e4e7

protanopia

#dfdbe2

deuteranopia

#ecd6eb

tritanopia

#c3e1f3

achromatopsia

#dddddd

protanomaly

#d4dfe4

deuteranomaly

#dddbe9

achromatopsia

#dddddd

tritanomaly

#c3e2ef

achromatomaly

#d3e0e1

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 1/21
Hello World ! 1

Black background-color

Good 16/21
Hello World !

#c2e4e7 Color CSS Codes

.bgcolor {background-color:#c2e4e7; } 
.forecolor {color:#c2e4e7; }
.bordercolor {border:3px solid #c2e4e7; }
            

#c2e4e7 Text Font Color

<div style="color:#c2e4e7">
Div content here</div>

This sample text font color is #c2e4e7
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#c2e4e7 Background Color

<div style="background-color:#c2e4e7">
Div content here</div>
Div content here

#c2e4e7 Border Color

<div style="border:3px solid #c2e4e7">
Div here</div>

This div border color is #c2e4e7

#c2e4e7 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #c2e4e7; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2e4e7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2e4e7;
  -webkit-box-shadow: 1px 1px 3px 2px #c2e4e7;
  box-shadow: 1px 1px 3px 2px #c2e4e7; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c2e4e7">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c2e4e7;
              -webkit-box-shadow: 1px 1px 3px 2px #c2e4e7;
              box-shadow:         1px 1px 3px 2px #c2e4e7#c2e4e7">
Div content here</div>

This div box has shadow with color #c2e4e7

More Colors

Acid Drop
#11ff22
Deep Sea Turtle
#5e5749
Fashion Grey
#a29c94
Fatty Sashimi
#eec4b4
Mr. Glass
#c0d5ef
Gentle Touch
#e3d5b8
Micropolis
#556e6b
Macabre
#880033
Peacock Green
#006a50
Honey Baked Ham
#ffaa99
Coral Rose
#f3774d
Flatty Yellow
#fce300
Bat Wing
#7e7466
Grey Flanks
#a2998f
Homebush
#726e69
Blood Orange Juice
#fe4b03
Forgiven Sin
#ff1199
Brick Fence
#b38070
Aged Plastic Casing
#fffa86
Bow Tie
#be2633
Cordovan Leather
#57443d
Chlorite
#5e8e82
Calm Interlude
#a7b0d5
Glendale
#a1bb8b
Banana Pepper
#fdd630
Bodacious
#b76ba3
Basil
#879f84
Green With Envy
#22bb33
Golden Buddha Belly
#ffcc22
Barney Purple
#a00498
Board & Batten
#ede7d5
Grape's Treasure
#beaecf
Brick Brown
#77603f
Adobe White
#e6dbc4
Jute Brown
#815d40
Pelican Pecker
#fb9a30
Mauve Jazz
#908186
Bedford Brown
#aa8880
Moussaka
#6d2a13
Flying Fish Blue
#024aca
rating-img
Rate this tool
NaN/5   0 votes