Color Hex Logo

#9fca1d Color Hex

#9FCA1D
(159,202,29)
0 Favorites   0 Comments

Color spaces of #9fca1d

RGB 15920229
HSL0.210.750.45
HSV75°86°79°
CMYK 0.210.000.86   0.21
XYZ35.640449.70078.8771
Yxy49.70070.37830.5275
Hunter Lab70.4987-33.132741.8834
CIE-Lab75.8852-35.501971.6999

#9fca1d color RGB value is (159,202,29).

#9fca1d hex color red value is 159, green value is 202 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #9fca1d hue: 0.21 , saturation: 0.75 and the lightness value of 9fca1d is 0.45.

The process color (four color CMYK) of #9fca1d color hex is 0.21, 0.00, 0.86, 0.21. Web safe color of #9fca1d is #99cc33. Color #9fca1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001010 00011101
Octal 237 312 35
Decimal 159 202 29
Hex 9F CA 1D

RGB Percentages of Color #9fca1d

%40.77
%51.79
%7.44

CMYK Percentages of Color #9fca1d

%21
%0
%86
%21

Triadic Colors of #9fca1d

#9fca1d #1d9fca #ca1d9f

Analogous Colors of #9fca1d

#9fca1d #49ca1d #ca9f1d

Monochromatic Colors of #9fca1d

#9fca1d

Complementary Color

#9fca1d #481dca

#9fca1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fca1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fca1d Color CSS Codes

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

#9fca1d Text Font Color

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

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


#9fca1d Background Color

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

This div background color is #9fca1d


#9fca1d Border Color

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

This div border color is #9fca1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,202,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fca1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fca1d;
  -webkit-box-shadow: 1px 1px 3px 2px #9fca1d;
  box-shadow:         1px 1px 3px 2px #9fca1d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,202,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fca1d


Comments

No comments written yet.

Please login to write comment.