Color Hex Logo

#9cbf0d Color Hex

#9CBF0D
(156,191,13)
0 Favorites   0 Comments

Color spaces of #9cbf0d

RGB 15619113
HSL0.200.870.40
HSV72°93°75°
CMYK 0.180.000.93   0.25
XYZ32.413744.35867.2344
Yxy44.35860.38580.5280
Hunter Lab66.6023-29.682340.1814
CIE-Lab72.4675-31.997671.5254

#9cbf0d color RGB value is (156,191,13).

#9cbf0d hex color red value is 156, green value is 191 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #9cbf0d hue: 0.20 , saturation: 0.87 and the lightness value of 9cbf0d is 0.40.

The process color (four color CMYK) of #9cbf0d color hex is 0.18, 0.00, 0.93, 0.25. Web safe color of #9cbf0d is #99cc00. Color #9cbf0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10111111 00001101
Octal 234 277 15
Decimal 156 191 13
Hex 9C BF D

RGB Percentages of Color #9cbf0d

%43.33
%53.06
%3.61

CMYK Percentages of Color #9cbf0d

%18
%0
%93
%25

Triadic Colors of #9cbf0d

#9cbf0d #0d9cbf #bf0d9c

Analogous Colors of #9cbf0d

#9cbf0d #43bf0d #bf890d

Monochromatic Colors of #9cbf0d

#9cbf0d

Complementary Color

#9cbf0d #300dbf

#9cbf0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cbf0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cbf0d Color CSS Codes

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

#9cbf0d Text Font Color

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

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


#9cbf0d Background Color

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

This div background color is #9cbf0d


#9cbf0d Border Color

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

This div border color is #9cbf0d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,191,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cbf0d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cbf0d;
  -webkit-box-shadow: 1px 1px 3px 2px #9cbf0d;
  box-shadow:         1px 1px 3px 2px #9cbf0d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,191,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cbf0d


Comments

No comments written yet.

Please login to write comment.