Color Hex Logo

#75aa08 Color Hex

#75AA08
(117,170,8)
0 Favorites   0 Comments

Color spaces of #75aa08

RGB 1171708
HSL0.220.910.35
HSV80°95°67°
CMYK 0.310.000.95   0.33
XYZ21.754732.54895.3657
Yxy32.54890.36460.5455
Hunter Lab57.0516-31.775534.3599
CIE-Lab63.7940-38.089764.2508

#75aa08 color RGB value is (117,170,8).

#75aa08 hex color red value is 117, green value is 170 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #75aa08 hue: 0.22 , saturation: 0.91 and the lightness value of 75aa08 is 0.35.

The process color (four color CMYK) of #75aa08 color hex is 0.31, 0.00, 0.95, 0.33. Web safe color of #75aa08 is #669900. Color #75aa08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101010 00001000
Octal 165 252 10
Decimal 117 170 8
Hex 75 AA 8

RGB Percentages of Color #75aa08

%39.66
%57.63
%2.71

CMYK Percentages of Color #75aa08

%31
%0
%95
%33

Triadic Colors of #75aa08

#75aa08 #0875aa #aa0875

Analogous Colors of #75aa08

#75aa08 #24aa08 #aa8e08

Monochromatic Colors of #75aa08

#75aa08

Complementary Color

#75aa08 #3d08aa

#75aa08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75aa08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#75aa08 Color CSS Codes

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

#75aa08 Text Font Color

<p style="color:#75aa08">Text here</p>

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


#75aa08 Background Color

<div style="background-color:#75aa08">
Div content here</div>

This div background color is #75aa08


#75aa08 Border Color

<div style="border:3px solid #75aa08">
Div here</div>

This div border color is #75aa08


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,170,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75aa08; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75aa08;
  -webkit-box-shadow: 1px 1px 3px 2px #75aa08;
  box-shadow:         1px 1px 3px 2px #75aa08; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,170,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75aa08


Comments

No comments written yet.

Please login to write comment.