color codes Logo

#c8ebcd color codes

#C8EBCD
(200,235,205)
0 Favorites   0 Comments

Color spaces of #c8ebcd

RGB 200235205
HSL0.360.470.85
HSV129°15°92°
CMYK 0.150.000.13   0.08
XYZ64.547276.103869.0451
Yxy76.10380.30780.3629
Hunter Lab87.2375-20.593114.1405
CIE-Lab89.9075-17.007210.7737

#c8ebcd color RGB value is (200,235,205).

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

The process color (four color CMYK) of #c8ebcd color code is 0.15, 0.00, 0.13, 0.08. Web safe color of #c8ebcd is #ccffcc. Color #c8ebcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101011 11001101
Octal 310 353 315
Decimal 200 235 205
Hex C8 EB CD

RGB Percentages of Color #c8ebcd

%31.25
%36.72
%32.03

CMYK Percentages of Color #c8ebcd

%15
%0
%13
%8

Triadic Colors of #c8ebcd

#c8ebcd #cdc8eb #ebcdc8

Analogous Colors of #c8ebcd

#c8ebcd #c8ebdf #d5ebc8

Monochromatic Colors of #c8ebcd

#c8ebcd

Complementary Color

#c8ebcd #ebc8e6

#c8ebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ebcd Color CSS Codes

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

#c8ebcd Text Font Color

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

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


#c8ebcd Background Color

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

This div background color is #c8ebcd


#c8ebcd Border Color

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

This div border color is #c8ebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ebcd


Comments

No comments written yet.

Please login to write comment.