Color Hex Logo

#c8ebde Color Hex

#C8EBDE
(200,235,222)
0 Favorites   0 Comments

Color spaces of #c8ebde

RGB 200235222
HSL0.440.470.85
HSV158°15°92°
CMYK 0.150.000.06   0.08
XYZ66.712676.969980.4478
Yxy76.96990.29770.3434
Hunter Lab87.7325-17.79887.0458
CIE-Lab90.3078-13.87182.4825

#c8ebde color RGB value is (200,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101011 11011110
Octal 310 353 336
Decimal 200 235 222
Hex C8 EB DE

RGB Percentages of Color #c8ebde

%30.44
%35.77
%33.79

CMYK Percentages of Color #c8ebde

%15
%0
%6
%8

Triadic Colors of #c8ebde

#c8ebde #dec8eb #ebdec8

Analogous Colors of #c8ebde

#c8ebde #c8e7eb #c8ebcd

Monochromatic Colors of #c8ebde

#c8ebde

Complementary Color

#c8ebde #ebc8d5

#c8ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ebde Color CSS Codes

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

#c8ebde Text Font Color

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

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


#c8ebde Background Color

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

This div background color is #c8ebde


#c8ebde Border Color

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

This div border color is #c8ebde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,235,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 #c8ebde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ebde


Comments

No comments written yet.

Please login to write comment.