Color Hex Logo

#c8eadd Color Hex

#C8EADD
(200,234,221)
0 Favorites   0 Comments

Color spaces of #c8eadd

RGB 200234221
HSL0.440.450.85
HSV157°15°92°
CMYK 0.150.000.06   0.08
XYZ66.293476.345579.6487
Yxy76.34550.29820.3435
Hunter Lab87.3759-17.47727.1165
CIE-Lab90.0195-13.56202.5861

#c8eadd color RGB value is (200,234,221).

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

The process color (four color CMYK) of #c8eadd color hex is 0.15, 0.00, 0.06, 0.08. Web safe color of #c8eadd is #ccffcc. Color #c8eadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101010 11011101
Octal 310 352 335
Decimal 200 234 221
Hex C8 EA DD

RGB Percentages of Color #c8eadd

%30.53
%35.73
%33.74

CMYK Percentages of Color #c8eadd

%15
%0
%6
%8

Triadic Colors of #c8eadd

#c8eadd #ddc8ea #eaddc8

Analogous Colors of #c8eadd

#c8eadd #c8e6ea #c8eacc

Monochromatic Colors of #c8eadd

#c8eadd

Complementary Color

#c8eadd #eac8d5

#c8eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8eadd Color CSS Codes

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

#c8eadd Text Font Color

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

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


#c8eadd Background Color

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

This div background color is #c8eadd


#c8eadd Border Color

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

This div border color is #c8eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8eadd


Comments

No comments written yet.

Please login to write comment.