Color Hex Logo

#c8efdf Color Hex

#C8EFDF
(200,239,223)
0 Favorites   0 Comments

Color spaces of #c8efdf

RGB 200239223
HSL0.430.550.86
HSV155°16°94°
CMYK 0.160.000.07   0.06
XYZ68.005279.340181.5419
Yxy79.34010.29710.3466
Hunter Lab89.0731-19.59738.0741
CIE-Lab91.3880-15.67633.5289

#c8efdf color RGB value is (200,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101111 11011111
Octal 310 357 337
Decimal 200 239 223
Hex C8 EF DF

RGB Percentages of Color #c8efdf

%30.21
%36.10
%33.69

CMYK Percentages of Color #c8efdf

%16
%0
%7
%6

Triadic Colors of #c8efdf

#c8efdf #dfc8ef #efdfc8

Analogous Colors of #c8efdf

#c8efdf #c8ecef #c8efcc

Monochromatic Colors of #c8efdf

#c8efdf

Complementary Color

#c8efdf #efc8d8

#c8efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8efdf Color CSS Codes

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

#c8efdf Text Font Color

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

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


#c8efdf Background Color

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

This div background color is #c8efdf


#c8efdf Border Color

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

This div border color is #c8efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8efdf


Comments

No comments written yet.

Please login to write comment.