Color Hex Logo

#c9eada Color Hex

#C9EADA
(201,234,218)
0 Favorites   0 Comments

Color spaces of #c9eada

RGB 201234218
HSL0.420.440.85
HSV151°14°92°
CMYK 0.140.000.07   0.08
XYZ66.165176.325177.5746
Yxy76.32510.30070.3468
Hunter Lab87.3642-17.70098.5087
CIE-Lab90.0101-13.80754.1479

#c9eada color RGB value is (201,234,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101010 11011010
Octal 311 352 332
Decimal 201 234 218
Hex C9 EA DA

RGB Percentages of Color #c9eada

%30.78
%35.83
%33.38

CMYK Percentages of Color #c9eada

%14
%0
%7
%8

Triadic Colors of #c9eada

#c9eada #dac9ea #eadac9

Analogous Colors of #c9eada

#c9eada #c9eaea #c9eaca

Monochromatic Colors of #c9eada

#c9eada

Complementary Color

#c9eada #eac9d9

#c9eada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9eada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9eada Color CSS Codes

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

#c9eada Text Font Color

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

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


#c9eada Background Color

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

This div background color is #c9eada


#c9eada Border Color

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

This div border color is #c9eada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9eada


Comments

No comments written yet.

Please login to write comment.