Color Hex Logo

#c9fabd Color Hex

#C9FABD
(201,250,189)
0 Favorites   0 Comments

Color spaces of #c9fabd

RGB 201250189
HSL0.300.860.86
HSV108°24°98°
CMYK 0.200.000.24   0.02
XYZ67.458384.462860.8916
Yxy84.46280.31700.3969
Hunter Lab91.9036-29.810425.0494
CIE-Lab93.6511-26.633424.2770

#c9fabd color RGB value is (201,250,189).

#c9fabd hex color red value is 201, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c9fabd hue: 0.30 , saturation: 0.86 and the lightness value of c9fabd is 0.86.

The process color (four color CMYK) of #c9fabd color hex is 0.20, 0.00, 0.24, 0.02. Web safe color of #c9fabd is #ccffcc. Color #c9fabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111010 10111101
Octal 311 372 275
Decimal 201 250 189
Hex C9 FA BD

RGB Percentages of Color #c9fabd

%31.41
%39.06
%29.53

CMYK Percentages of Color #c9fabd

%20
%0
%24
%2

Triadic Colors of #c9fabd

#c9fabd #bdc9fa #fabdc9

Analogous Colors of #c9fabd

#c9fabd #bdfad0 #e8fabd

Monochromatic Colors of #c9fabd

#c9fabd

Complementary Color

#c9fabd #eebdfa

#c9fabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fabd Color CSS Codes

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

#c9fabd Text Font Color

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

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


#c9fabd Background Color

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

This div background color is #c9fabd


#c9fabd Border Color

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

This div border color is #c9fabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fabd

Related Colors


Comments

No comments written yet.

Please login to write comment.