Color Hex Logo

#9bc954 Color Hex

#9BC954
(155,201,84)
0 Favorites   0 Comments

Color spaces of #9bc954

RGB 15520184
HSL0.230.520.56
HSV84°58°79°
CMYK 0.230.000.58   0.21
XYZ36.004449.381916.0215
Yxy49.38190.35500.4870
Hunter Lab70.2723-31.520935.6729
CIE-Lab75.6883-33.430052.4961

#9bc954 color RGB value is (155,201,84).

#9bc954 hex color red value is 155, green value is 201 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #9bc954 hue: 0.23 , saturation: 0.52 and the lightness value of 9bc954 is 0.56.

The process color (four color CMYK) of #9bc954 color hex is 0.23, 0.00, 0.58, 0.21. Web safe color of #9bc954 is #99cc66. Color #9bc954 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001001 01010100
Octal 233 311 124
Decimal 155 201 84
Hex 9B C9 54

RGB Percentages of Color #9bc954

%35.23
%45.68
%19.09

CMYK Percentages of Color #9bc954

%23
%0
%58
%21

Triadic Colors of #9bc954

#9bc954 #549bc9 #c9549b

Analogous Colors of #9bc954

#9bc954 #61c954 #c9bd54

Monochromatic Colors of #9bc954

#9bc954

Complementary Color

#9bc954 #8254c9

#9bc954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc954 Color CSS Codes

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

#9bc954 Text Font Color

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

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


#9bc954 Background Color

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

This div background color is #9bc954


#9bc954 Border Color

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

This div border color is #9bc954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc954


Comments

No comments written yet.

Please login to write comment.