Color Hex Logo

#c8efd5 Color Hex

#C8EFD5
(200,239,213)
0 Favorites   0 Comments

Color spaces of #c8efd5

RGB 200239213
HSL0.390.550.86
HSV140°16°94°
CMYK 0.160.000.11   0.06
XYZ66.696278.816574.6486
Yxy78.81650.30290.3580
Hunter Lab88.7787-21.262012.2917
CIE-Lab91.1512-17.54378.3900

#c8efd5 color RGB value is (200,239,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101111 11010101
Octal 310 357 325
Decimal 200 239 213
Hex C8 EF D5

RGB Percentages of Color #c8efd5

%30.67
%36.66
%32.67

CMYK Percentages of Color #c8efd5

%16
%0
%11
%6

Triadic Colors of #c8efd5

#c8efd5 #d5c8ef #efd5c8

Analogous Colors of #c8efd5

#c8efd5 #c8efe9 #cfefc8

Monochromatic Colors of #c8efd5

#c8efd5

Complementary Color

#c8efd5 #efc8e2

#c8efd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8efd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8efd5 Color CSS Codes

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

#c8efd5 Text Font Color

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

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


#c8efd5 Background Color

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

This div background color is #c8efd5


#c8efd5 Border Color

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

This div border color is #c8efd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8efd5


Comments

No comments written yet.

Please login to write comment.