Color Hex Logo

#c8ebea Color Hex

#C8EBEA
(200,235,234)
0 Favorites   0 Comments

Color spaces of #c8ebea

RGB 200235234
HSL0.500.470.85
HSV178°15°92°
CMYK 0.150.000.00   0.08
XYZ68.379077.636589.2233
Yxy77.63650.29070.3300
Hunter Lab88.1116-15.67031.6400
CIE-Lab90.6138-11.5214-3.3387

#c8ebea color RGB value is (200,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101011 11101010
Octal 310 353 352
Decimal 200 235 234
Hex C8 EB EA

RGB Percentages of Color #c8ebea

%29.90
%35.13
%34.98

CMYK Percentages of Color #c8ebea

%15
%0
%0
%8

Triadic Colors of #c8ebea

#c8ebea #eac8eb #ebeac8

Analogous Colors of #c8ebea

#c8ebea #c8dbeb #c8ebd9

Monochromatic Colors of #c8ebea

#c8ebea

Complementary Color

#c8ebea #ebc8c9

#c8ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ebea Color CSS Codes

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

#c8ebea Text Font Color

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

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


#c8ebea Background Color

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

This div background color is #c8ebea


#c8ebea Border Color

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

This div border color is #c8ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ebea


Comments

No comments written yet.

Please login to write comment.