Color Hex Logo

#c8ffef Color Hex

#C8FFEF
(200,255,239)
0 Favorites   0 Comments

Color spaces of #c8ffef

RGB 200255239
HSL0.451.000.89
HSV163°22°100°
CMYK 0.220.000.06   0.00
XYZ75.159490.031495.0778
Yxy90.03140.28880.3459
Hunter Lab94.8849-24.65667.0089
CIE-Lab96.0098-20.43581.9577

#c8ffef color RGB value is (200,255,239).

#c8ffef hex color red value is 200, green value is 255 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c8ffef hue: 0.45 , saturation: 1.00 and the lightness value of c8ffef is 0.89.

The process color (four color CMYK) of #c8ffef color hex is 0.22, 0.00, 0.06, 0.00. Web safe color of #c8ffef is #ccffff. Color #c8ffef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111111 11101111
Octal 310 377 357
Decimal 200 255 239
Hex C8 FF EF

RGB Percentages of Color #c8ffef

%28.82
%36.74
%34.44

CMYK Percentages of Color #c8ffef

%22
%0
%6
%0

Triadic Colors of #c8ffef

#c8ffef #efc8ff #ffefc8

Analogous Colors of #c8ffef

#c8ffef #c8f4ff #c8ffd4

Monochromatic Colors of #c8ffef

#c8ffef

Complementary Color

#c8ffef #ffc8d8

#c8ffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ffef Color CSS Codes

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

#c8ffef Text Font Color

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

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


#c8ffef Background Color

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

This div background color is #c8ffef


#c8ffef Border Color

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

This div border color is #c8ffef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,255,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 #c8ffef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ffef


Comments

No comments written yet.

Please login to write comment.