Color Hex Logo

#c9eaea Color Hex

#C9EAEA
(201,234,234)
0 Favorites   0 Comments

Color spaces of #c9eaea

RGB 201234234
HSL0.500.440.85
HSV180°14°92°
CMYK 0.140.000.00   0.08
XYZ68.361577.203789.1407
Yxy77.20370.29130.3289
Hunter Lab87.8656-14.88771.3556
CIE-Lab90.4153-10.7041-3.6232

#c9eaea color RGB value is (201,234,234).

#c9eaea hex color red value is 201, green value is 234 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c9eaea hue: 0.50 , saturation: 0.44 and the lightness value of c9eaea is 0.85.

The process color (four color CMYK) of #c9eaea color hex is 0.14, 0.00, 0.00, 0.08. Web safe color of #c9eaea is #ccffff. Color #c9eaea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101010 11101010
Octal 311 352 352
Decimal 201 234 234
Hex C9 EA EA

RGB Percentages of Color #c9eaea

%30.04
%34.98
%34.98

CMYK Percentages of Color #c9eaea

%14
%0
%0
%8

Triadic Colors of #c9eaea

#c9eaea #eac9ea #eaeac9

Analogous Colors of #c9eaea

#c9eaea #c9daea #c9eada

Monochromatic Colors of #c9eaea

#c9eaea

Complementary Color

#c9eaea #eac9c9

#c9eaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eaea Color CSS Codes

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

#c9eaea Text Font Color

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

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


#c9eaea Background Color

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

This div background color is #c9eaea


#c9eaea Border Color

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

This div border color is #c9eaea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,234,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c9eaea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c9eaea;
  -webkit-box-shadow: 1px 1px 3px 2px #c9eaea;
  box-shadow:         1px 1px 3px 2px #c9eaea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eaea


Comments

No comments written yet.

Please login to write comment.