Color Hex Logo

#c9fdb4 Color Hex

#C9FDB4
(201,253,180)
0 Favorites   0 Comments

Color spaces of #c9fdb4

RGB 201253180
HSL0.290.950.85
HSV103°29°99°
CMYK 0.210.000.29   0.01
XYZ67.450985.963456.2176
Yxy85.96340.32180.4101
Hunter Lab92.7164-32.395628.9517
CIE-Lab94.2967-29.432329.7188

#c9fdb4 color RGB value is (201,253,180).

#c9fdb4 hex color red value is 201, green value is 253 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #c9fdb4 hue: 0.29 , saturation: 0.95 and the lightness value of c9fdb4 is 0.85.

The process color (four color CMYK) of #c9fdb4 color hex is 0.21, 0.00, 0.29, 0.01. Web safe color of #c9fdb4 is #ccffcc. Color #c9fdb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 11111101 10110100
Octal 311 375 264
Decimal 201 253 180
Hex C9 FD B4

RGB Percentages of Color #c9fdb4

%31.70
%39.91
%28.39

CMYK Percentages of Color #c9fdb4

%21
%0
%29
%1

Triadic Colors of #c9fdb4

#c9fdb4 #b4c9fd #fdb4c9

Analogous Colors of #c9fdb4

#c9fdb4 #b4fdc4 #eefdb4

Monochromatic Colors of #c9fdb4

#c9fdb4

Complementary Color

#c9fdb4 #e8b4fd

#c9fdb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9fdb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9fdb4 Color CSS Codes

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

#c9fdb4 Text Font Color

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

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


#c9fdb4 Background Color

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

This div background color is #c9fdb4


#c9fdb4 Border Color

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

This div border color is #c9fdb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9fdb4


Comments

No comments written yet.

Please login to write comment.