Color Hex Logo

#c8efde Color Hex

#C8EFDE
(200,239,222)
0 Favorites   0 Comments

Color spaces of #c8efde

RGB 200239222
HSL0.430.550.86
HSV154°16°94°
CMYK 0.160.000.07   0.06
XYZ67.870779.286380.8339
Yxy79.28630.29770.3478
Hunter Lab89.0429-19.76788.5060
CIE-Lab91.3637-15.86664.0142

#c8efde color RGB value is (200,239,222).

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

The process color (four color CMYK) of #c8efde color hex is 0.16, 0.00, 0.07, 0.06. Web safe color of #c8efde is #ccffcc. Color #c8efde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101111 11011110
Octal 310 357 336
Decimal 200 239 222
Hex C8 EF DE

RGB Percentages of Color #c8efde

%30.26
%36.16
%33.59

CMYK Percentages of Color #c8efde

%16
%0
%7
%6

Triadic Colors of #c8efde

#c8efde #dec8ef #efdec8

Analogous Colors of #c8efde

#c8efde #c8edef #c8efcb

Monochromatic Colors of #c8efde

#c8efde

Complementary Color

#c8efde #efc8d9

#c8efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8efde Color CSS Codes

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

#c8efde Text Font Color

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

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


#c8efde Background Color

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

This div background color is #c8efde


#c8efde Border Color

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

This div border color is #c8efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8efde


Comments

No comments written yet.

Please login to write comment.