Color Hex Logo

#9cfd5b Color Hex

#9CFD5B
(156,253,91)
0 Favorites   0 Comments

Color spaces of #9cfd5b

RGB 15625391
HSL0.270.980.67
HSV96°64°99°
CMYK 0.380.000.64   0.01
XYZ50.723978.073822.2939
Yxy78.07380.33570.5167
Hunter Lab88.3594-52.158646.8921
CIE-Lab90.8136-54.837466.2817

#9cfd5b color RGB value is (156,253,91).

#9cfd5b hex color red value is 156, green value is 253 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #9cfd5b hue: 0.27 , saturation: 0.98 and the lightness value of 9cfd5b is 0.67.

The process color (four color CMYK) of #9cfd5b color hex is 0.38, 0.00, 0.64, 0.01. Web safe color of #9cfd5b is #99ff66. Color #9cfd5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11111101 01011011
Octal 234 375 133
Decimal 156 253 91
Hex 9C FD 5B

RGB Percentages of Color #9cfd5b

%31.20
%50.60
%18.20

CMYK Percentages of Color #9cfd5b

%38
%0
%64
%1

Triadic Colors of #9cfd5b

#9cfd5b #5b9cfd #fd5b9c

Analogous Colors of #9cfd5b

#9cfd5b #5bfd6b #edfd5b

Monochromatic Colors of #9cfd5b

#9cfd5b

Complementary Color

#9cfd5b #bc5bfd

#9cfd5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cfd5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cfd5b Color CSS Codes

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

#9cfd5b Text Font Color

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

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


#9cfd5b Background Color

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

This div background color is #9cfd5b


#9cfd5b Border Color

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

This div border color is #9cfd5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cfd5b

Related Colors


Comments

No comments written yet.

Please login to write comment.