Color Hex Logo

#9fd552 Color Hex

#9FD552
(159,213,82)
0 Favorites   0 Comments

Color spaces of #9fd552

RGB 15921382
HSL0.240.610.58
HSV85°62°84°
CMYK 0.250.000.62   0.16
XYZ39.615355.568616.6205
Yxy55.56860.35430.4970
Hunter Lab74.5443-35.591938.9617
CIE-Lab79.3677-37.578257.5401

#9fd552 color RGB value is (159,213,82).

#9fd552 hex color red value is 159, green value is 213 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #9fd552 hue: 0.24 , saturation: 0.61 and the lightness value of 9fd552 is 0.58.

The process color (four color CMYK) of #9fd552 color hex is 0.25, 0.00, 0.62, 0.16. Web safe color of #9fd552 is #99cc66. Color #9fd552 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11010101 01010010
Octal 237 325 122
Decimal 159 213 82
Hex 9F D5 52

RGB Percentages of Color #9fd552

%35.02
%46.92
%18.06

CMYK Percentages of Color #9fd552

%25
%0
%62
%16

Triadic Colors of #9fd552

#9fd552 #529fd5 #d5529f

Analogous Colors of #9fd552

#9fd552 #5ed552 #d5ca52

Monochromatic Colors of #9fd552

#9fd552

Complementary Color

#9fd552 #8852d5

#9fd552 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd552 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd552 Color CSS Codes

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

#9fd552 Text Font Color

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

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


#9fd552 Background Color

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

This div background color is #9fd552


#9fd552 Border Color

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

This div border color is #9fd552


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd552


Comments

No comments written yet.

Please login to write comment.