Color Hex Logo

#c8efae Color Hex

#C8EFAE
(200,239,174)
0 Favorites   0 Comments

Color spaces of #c8efae

RGB 200239174
HSL0.270.670.81
HSV96°27°94°
CMYK 0.160.000.27   0.06
XYZ62.325977.068451.6352
Yxy77.06840.32630.4034
Hunter Lab87.7886-26.903226.5790
CIE-Lab90.3531-24.028227.4031

#c8efae color RGB value is (200,239,174).

#c8efae hex color red value is 200, green value is 239 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c8efae hue: 0.27 , saturation: 0.67 and the lightness value of c8efae is 0.81.

The process color (four color CMYK) of #c8efae color hex is 0.16, 0.00, 0.27, 0.06. Web safe color of #c8efae is #ccff99. Color #c8efae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101111 10101110
Octal 310 357 256
Decimal 200 239 174
Hex C8 EF AE

RGB Percentages of Color #c8efae

%32.63
%38.99
%28.38

CMYK Percentages of Color #c8efae

%16
%0
%27
%6

Triadic Colors of #c8efae

#c8efae #aec8ef #efaec8

Analogous Colors of #c8efae

#c8efae #aeefb5 #e9efae

Monochromatic Colors of #c8efae

#c8efae

Complementary Color

#c8efae #d5aeef

#c8efae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8efae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8efae Color CSS Codes

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

#c8efae Text Font Color

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

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


#c8efae Background Color

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

This div background color is #c8efae


#c8efae Border Color

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

This div border color is #c8efae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8efae


Comments

No comments written yet.

Please login to write comment.