Color Hex Logo

#9fd452 Color Hex

#9FD452
(159,212,82)
0 Favorites   0 Comments

Color spaces of #9fd452

RGB 15921282
HSL0.230.600.58
HSV84°61°83°
CMYK 0.250.000.61   0.17
XYZ39.364555.067116.5369
Yxy55.06710.35470.4962
Hunter Lab74.2072-35.174238.7324
CIE-Lab79.0799-37.127757.2234

#9fd452 color RGB value is (159,212,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11010100 01010010
Octal 237 324 122
Decimal 159 212 82
Hex 9F D4 52

RGB Percentages of Color #9fd452

%35.10
%46.80
%18.10

CMYK Percentages of Color #9fd452

%25
%0
%61
%17

Triadic Colors of #9fd452

#9fd452 #529fd4 #d4529f

Analogous Colors of #9fd452

#9fd452 #5ed452 #d4c852

Monochromatic Colors of #9fd452

#9fd452

Complementary Color

#9fd452 #8752d4

#9fd452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd452 Color CSS Codes

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

#9fd452 Text Font Color

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

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


#9fd452 Background Color

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

This div background color is #9fd452


#9fd452 Border Color

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

This div border color is #9fd452


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,212,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 #9fd452">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd452


Comments

No comments written yet.

Please login to write comment.