Color Hex Logo

#c8ebdd Color Hex

#C8EBDD
(200,235,221)
0 Favorites   0 Comments

Color spaces of #c8ebdd

RGB 200235221
HSL0.430.470.85
HSV156°15°92°
CMYK 0.150.000.06   0.08
XYZ66.578976.916579.7439
Yxy76.91650.29820.3445
Hunter Lab87.7021-17.97057.4815
CIE-Lab90.2832-14.06282.9690

#c8ebdd color RGB value is (200,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101011 11011101
Octal 310 353 335
Decimal 200 235 221
Hex C8 EB DD

RGB Percentages of Color #c8ebdd

%30.49
%35.82
%33.69

CMYK Percentages of Color #c8ebdd

%15
%0
%6
%8

Triadic Colors of #c8ebdd

#c8ebdd #ddc8eb #ebddc8

Analogous Colors of #c8ebdd

#c8ebdd #c8e8eb #c8ebcc

Monochromatic Colors of #c8ebdd

#c8ebdd

Complementary Color

#c8ebdd #ebc8d6

#c8ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ebdd Color CSS Codes

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

#c8ebdd Text Font Color

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

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


#c8ebdd Background Color

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

This div background color is #c8ebdd


#c8ebdd Border Color

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

This div border color is #c8ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ebdd


Comments

No comments written yet.

Please login to write comment.