color codes Logo

#c9efaf color codes

#C9EFAF
(201,239,175)
0 Favorites   0 Comments

Color spaces of #c9efaf

RGB 201239175
HSL0.270.670.81
HSV96°27°94°
CMYK 0.160.000.27   0.06
XYZ62.691877.245752.1631
Yxy77.24570.32630.4021
Hunter Lab87.8895-26.482226.3336
CIE-Lab90.4346-23.531127.0139

#c9efaf color RGB value is (201,239,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 11101111 10101111
Octal 311 357 257
Decimal 201 239 175
Hex C9 EF AF

RGB Percentages of Color #c9efaf

%32.68
%38.86
%28.46

CMYK Percentages of Color #c9efaf

%16
%0
%27
%6

Triadic Colors of #c9efaf

#c9efaf #afc9ef #efafc9

Analogous Colors of #c9efaf

#c9efaf #afefb5 #e9efaf

Monochromatic Colors of #c9efaf

#c9efaf

Complementary Color

#c9efaf #d5afef

#c9efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9efaf Color CSS Codes

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

#c9efaf Text Font Color

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

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


#c9efaf Background Color

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

This div background color is #c9efaf


#c9efaf Border Color

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

This div border color is #c9efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9efaf


Comments

No comments written yet.

Please login to write comment.