Color Hex Logo

#c8edef Color Hex

#C8EDEF
(200,237,239)
0 Favorites   0 Comments

Color spaces of #c8edef

RGB 200237239
HSL0.510.550.86
HSV183°16°94°
CMYK 0.160.010.00   0.06
XYZ69.683679.079793.2526
Yxy79.07970.28790.3268
Hunter Lab88.9268-15.74810.0746
CIE-Lab91.2703-11.5201-4.9826

#c8edef color RGB value is (200,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101101 11101111
Octal 310 355 357
Decimal 200 237 239
Hex C8 ED EF

RGB Percentages of Color #c8edef

%29.59
%35.06
%35.36

CMYK Percentages of Color #c8edef

%16
%1
%0
%6

Triadic Colors of #c8edef

#c8edef #efc8ed #edefc8

Analogous Colors of #c8edef

#c8edef #c8daef #c8efde

Monochromatic Colors of #c8edef

#c8edef

Complementary Color

#c8edef #efcac8

#c8edef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8edef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8edef Color CSS Codes

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

#c8edef Text Font Color

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

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


#c8edef Background Color

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

This div background color is #c8edef


#c8edef Border Color

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

This div border color is #c8edef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8edef


Comments

No comments written yet.

Please login to write comment.