Color Hex Logo

#c8ebee Color Hex

#C8EBEE
(200,235,238)
0 Favorites   0 Comments

Color spaces of #c8ebee

RGB 200235238
HSL0.510.530.86
HSV185°16°93°
CMYK 0.160.010.00   0.07
XYZ68.960477.869192.2846
Yxy77.86910.28840.3257
Hunter Lab88.2435-14.9321-0.2348
CIE-Lab90.7201-10.7137-5.2718

#c8ebee color RGB value is (200,235,238).

#c8ebee hex color red value is 200, green value is 235 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c8ebee hue: 0.51 , saturation: 0.53 and the lightness value of c8ebee is 0.86.

The process color (four color CMYK) of #c8ebee color hex is 0.16, 0.01, 0.00, 0.07. Web safe color of #c8ebee is #ccffff. Color #c8ebee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101011 11101110
Octal 310 353 356
Decimal 200 235 238
Hex C8 EB EE

RGB Percentages of Color #c8ebee

%29.72
%34.92
%35.36

CMYK Percentages of Color #c8ebee

%16
%1
%0
%7

Triadic Colors of #c8ebee

#c8ebee #eec8eb #ebeec8

Analogous Colors of #c8ebee

#c8ebee #c8d8ee #c8eede

Monochromatic Colors of #c8ebee

#c8ebee

Complementary Color

#c8ebee #eecbc8

#c8ebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ebee Color CSS Codes

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

#c8ebee Text Font Color

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

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


#c8ebee Background Color

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

This div background color is #c8ebee


#c8ebee Border Color

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

This div border color is #c8ebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ebee


Comments

No comments written yet.

Please login to write comment.