Color Hex Logo

#75ad0b Color Hex

#75AD0B
(117,173,11)
0 Favorites   0 Comments

Color spaces of #75ad0b

RGB 11717311
HSL0.220.880.36
HSV81°94°68°
CMYK 0.320.000.94   0.32
XYZ22.340133.69325.6426
Yxy33.69320.36220.5463
Hunter Lab58.0458-32.880934.8685
CIE-Lab64.7183-39.354864.6043

#75ad0b color RGB value is (117,173,11).

#75ad0b hex color red value is 117, green value is 173 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #75ad0b hue: 0.22 , saturation: 0.88 and the lightness value of 75ad0b is 0.36.

The process color (four color CMYK) of #75ad0b color hex is 0.32, 0.00, 0.94, 0.32. Web safe color of #75ad0b is #669900. Color #75ad0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101101 00001011
Octal 165 255 13
Decimal 117 173 11
Hex 75 AD B

RGB Percentages of Color #75ad0b

%38.87
%57.48
%3.65

CMYK Percentages of Color #75ad0b

%32
%0
%94
%32

Triadic Colors of #75ad0b

#75ad0b #0b75ad #ad0b75

Analogous Colors of #75ad0b

#75ad0b #24ad0b #ad940b

Monochromatic Colors of #75ad0b

#75ad0b

Complementary Color

#75ad0b #430bad

#75ad0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ad0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ad0b Color CSS Codes

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

#75ad0b Text Font Color

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

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


#75ad0b Background Color

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

This div background color is #75ad0b


#75ad0b Border Color

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

This div border color is #75ad0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ad0b


Comments

No comments written yet.

Please login to write comment.