Color Hex Logo

#c8efce Color Hex

#C8EFCE
(200,239,206)
0 Favorites   0 Comments

Color spaces of #c8efce

RGB 200239206
HSL0.360.550.86
HSV129°16°94°
CMYK 0.160.000.14   0.06
XYZ65.826578.468670.0690
Yxy78.46860.30710.3661
Hunter Lab88.5825-22.374315.1092
CIE-Lab90.9933-18.802811.8005

#c8efce color RGB value is (200,239,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101111 11001110
Octal 310 357 316
Decimal 200 239 206
Hex C8 EF CE

RGB Percentages of Color #c8efce

%31.01
%37.05
%31.94

CMYK Percentages of Color #c8efce

%16
%0
%14
%6

Triadic Colors of #c8efce

#c8efce #cec8ef #efcec8

Analogous Colors of #c8efce

#c8efce #c8efe2 #d6efc8

Monochromatic Colors of #c8efce

#c8efce

Complementary Color

#c8efce #efc8e9

#c8efce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8efce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8efce Color CSS Codes

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

#c8efce Text Font Color

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

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


#c8efce Background Color

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

This div background color is #c8efce


#c8efce Border Color

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

This div border color is #c8efce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8efce


Comments

No comments written yet.

Please login to write comment.