Color Hex Logo

#c8ebca Color Hex

#C8EBCA
(200,235,202)
0 Favorites   0 Comments

Color spaces of #c8ebca

RGB 200235202
HSL0.340.470.85
HSV123°15°92°
CMYK 0.150.000.14   0.08
XYZ64.188475.960367.1558
Yxy75.96030.30960.3664
Hunter Lab87.1552-21.059215.3239
CIE-Lab89.8409-17.536012.2406

#c8ebca color RGB value is (200,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101011 11001010
Octal 310 353 312
Decimal 200 235 202
Hex C8 EB CA

RGB Percentages of Color #c8ebca

%31.40
%36.89
%31.71

CMYK Percentages of Color #c8ebca

%15
%0
%14
%8

Triadic Colors of #c8ebca

#c8ebca #cac8eb #ebcac8

Analogous Colors of #c8ebca

#c8ebca #c8ebdc #d8ebc8

Monochromatic Colors of #c8ebca

#c8ebca

Complementary Color

#c8ebca #ebc8e9

#c8ebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ebca Color CSS Codes

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

#c8ebca Text Font Color

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

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


#c8ebca Background Color

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

This div background color is #c8ebca


#c8ebca Border Color

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

This div border color is #c8ebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ebca


Comments

No comments written yet.

Please login to write comment.