Color Hex Logo

#9bcf4a Color Hex

#9BCF4A
(155,207,74)
0 Favorites   0 Comments

Color spaces of #9bcf4a

RGB 15520774
HSL0.230.580.55
HSV83°64°81°
CMYK 0.250.000.64   0.19
XYZ37.066452.088614.5791
Yxy52.08860.35730.5021
Hunter Lab72.1724-34.627538.5439
CIE-Lab77.3338-37.000058.6020

#9bcf4a color RGB value is (155,207,74).

#9bcf4a hex color red value is 155, green value is 207 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #9bcf4a hue: 0.23 , saturation: 0.58 and the lightness value of 9bcf4a is 0.55.

The process color (four color CMYK) of #9bcf4a color hex is 0.25, 0.00, 0.64, 0.19. Web safe color of #9bcf4a is #99cc33. Color #9bcf4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001111 01001010
Octal 233 317 112
Decimal 155 207 74
Hex 9B CF 4A

RGB Percentages of Color #9bcf4a

%35.55
%47.48
%16.97

CMYK Percentages of Color #9bcf4a

%25
%0
%64
%19

Triadic Colors of #9bcf4a

#9bcf4a #4a9bcf #cf4a9b

Analogous Colors of #9bcf4a

#9bcf4a #58cf4a #cfc14a

Monochromatic Colors of #9bcf4a

#9bcf4a

Complementary Color

#9bcf4a #7e4acf

#9bcf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bcf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bcf4a Color CSS Codes

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

#9bcf4a Text Font Color

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

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


#9bcf4a Background Color

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

This div background color is #9bcf4a


#9bcf4a Border Color

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

This div border color is #9bcf4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,207,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bcf4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bcf4a;
  -webkit-box-shadow: 1px 1px 3px 2px #9bcf4a;
  box-shadow:         1px 1px 3px 2px #9bcf4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,207,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bcf4a


Comments

No comments written yet.

Please login to write comment.