Color Hex Logo

#c8ebce Color Hex

#C8EBCE
(200,235,206)
0 Favorites   0 Comments

Color spaces of #c8ebce

RGB 200235206
HSL0.360.470.85
HSV130°15°92°
CMYK 0.150.000.12   0.08
XYZ64.668376.152369.6830
Yxy76.15230.30720.3618
Hunter Lab87.2653-20.436113.7415
CIE-Lab89.9300-16.829510.2849

#c8ebce color RGB value is (200,235,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101011 11001110
Octal 310 353 316
Decimal 200 235 206
Hex C8 EB CE

RGB Percentages of Color #c8ebce

%31.20
%36.66
%32.14

CMYK Percentages of Color #c8ebce

%15
%0
%12
%8

Triadic Colors of #c8ebce

#c8ebce #cec8eb #ebcec8

Analogous Colors of #c8ebce

#c8ebce #c8ebe0 #d4ebc8

Monochromatic Colors of #c8ebce

#c8ebce

Complementary Color

#c8ebce #ebc8e5

#c8ebce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ebce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ebce Color CSS Codes

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

#c8ebce Text Font Color

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

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


#c8ebce Background Color

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

This div background color is #c8ebce


#c8ebce Border Color

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

This div border color is #c8ebce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ebce


Comments

No comments written yet.

Please login to write comment.