Color Hex Logo

#c8edde Color Hex

#C8EDDE
(200,237,222)
0 Favorites   0 Comments

Color spaces of #c8edde

RGB 200237222
HSL0.430.510.86
HSV156°16°93°
CMYK 0.160.000.06   0.07
XYZ67.288478.121780.6398
Yxy78.12170.29770.3456
Hunter Lab88.3865-18.78487.7770
CIE-Lab90.8354-14.87143.2485

#c8edde color RGB value is (200,237,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101101 11011110
Octal 310 355 336
Decimal 200 237 222
Hex C8 ED DE

RGB Percentages of Color #c8edde

%30.35
%35.96
%33.69

CMYK Percentages of Color #c8edde

%16
%0
%6
%7

Triadic Colors of #c8edde

#c8edde #dec8ed #eddec8

Analogous Colors of #c8edde

#c8edde #c8eaed #c8edcc

Monochromatic Colors of #c8edde

#c8edde

Complementary Color

#c8edde #edc8d7

#c8edde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8edde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8edde Color CSS Codes

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

#c8edde Text Font Color

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

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


#c8edde Background Color

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

This div background color is #c8edde


#c8edde Border Color

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

This div border color is #c8edde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8edde


Comments

No comments written yet.

Please login to write comment.