Color Hex Logo

#c8eddc Color Hex

#C8EDDC
(200,237,220)
0 Favorites   0 Comments

Color spaces of #c8eddc

RGB 200237220
HSL0.420.510.86
HSV152°16°93°
CMYK 0.160.000.07   0.07
XYZ67.021978.015079.2361
Yxy78.01500.29880.3479
Hunter Lab88.3261-19.12488.6400
CIE-Lab90.7867-15.25074.2207

#c8eddc color RGB value is (200,237,220).

#c8eddc hex color red value is 200, green value is 237 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c8eddc hue: 0.42 , saturation: 0.51 and the lightness value of c8eddc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101101 11011100
Octal 310 355 334
Decimal 200 237 220
Hex C8 ED DC

RGB Percentages of Color #c8eddc

%30.44
%36.07
%33.49

CMYK Percentages of Color #c8eddc

%16
%0
%7
%7

Triadic Colors of #c8eddc

#c8eddc #dcc8ed #eddcc8

Analogous Colors of #c8eddc

#c8eddc #c8eced #c8edca

Monochromatic Colors of #c8eddc

#c8eddc

Complementary Color

#c8eddc #edc8d9

#c8eddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8eddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8eddc Color CSS Codes

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

#c8eddc Text Font Color

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

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


#c8eddc Background Color

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

This div background color is #c8eddc


#c8eddc Border Color

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

This div border color is #c8eddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8eddc

#c8eddc Color Palettes


Comments

No comments written yet.

Please login to write comment.