Color Hex Logo

#c2e0df Color Hex

#C2E0DF
(194,224,223)
0 Favorites   0 Comments

Color spaces of #c2e0df

RGB 194224223
HSL0.490.330.82
HSV178°13°88°
CMYK 0.130.000.00   0.12
XYZ62.223170.108480.0648
Yxy70.10840.29300.3301
Hunter Lab83.7308-13.87961.9174
CIE-Lab87.0500-10.0298-2.8470

#c2e0df color RGB value is (194,224,223).

#c2e0df hex color red value is 194, green value is 224 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c2e0df hue: 0.49 , saturation: 0.33 and the lightness value of c2e0df is 0.82.

The process color (four color CMYK) of #c2e0df color hex is 0.13, 0.00, 0.00, 0.12. Web safe color of #c2e0df is #cccccc. Color #c2e0df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11100000 11011111
Octal 302 340 337
Decimal 194 224 223
Hex C2 E0 DF

RGB Percentages of Color #c2e0df

%30.27
%34.95
%34.79

CMYK Percentages of Color #c2e0df

%13
%0
%0
%12

Triadic Colors of #c2e0df

#c2e0df #dfc2e0 #e0dfc2

Analogous Colors of #c2e0df

#c2e0df #c2d2e0 #c2e0d0

Monochromatic Colors of #c2e0df

#c2e0df

Complementary Color

#c2e0df #e0c2c3

#c2e0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2e0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2e0df Color CSS Codes

.mybgcolor {background-color:#c2e0df; } 
.myforecolor {color:#c2e0df; }
.mybordercolor {border:3px solid #c2e0df; }

#c2e0df Text Font Color

<p style="color:#c2e0df">Text here</p>

This sample text font color is #c2e0df
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.


#c2e0df Background Color

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

This div background color is #c2e0df


#c2e0df Border Color

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

This div border color is #c2e0df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,224,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2e0df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2e0df;
  -webkit-box-shadow: 1px 1px 3px 2px #c2e0df;
  box-shadow:         1px 1px 3px 2px #c2e0df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,224,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2e0df


Comments

No comments written yet.

Please login to write comment.