Color Hex Logo

#75ae0d Color Hex

#75AE0D
(117,174,13)
0 Favorites   0 Comments

Color spaces of #75ae0d

RGB 11717413
HSL0.230.860.37
HSV81°93°68°
CMYK 0.330.000.93   0.32
XYZ22.544834.08315.7712
Yxy34.08310.36130.5462
Hunter Lab58.3807-33.235235.0054
CIE-Lab65.0285-39.752164.5768

#75ae0d color RGB value is (117,174,13).

#75ae0d hex color red value is 117, green value is 174 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #75ae0d hue: 0.23 , saturation: 0.86 and the lightness value of 75ae0d is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10101110 00001101
Octal 165 256 15
Decimal 117 174 13
Hex 75 AE D

RGB Percentages of Color #75ae0d

%38.49
%57.24
%4.28

CMYK Percentages of Color #75ae0d

%33
%0
%93
%32

Triadic Colors of #75ae0d

#75ae0d #0d75ae #ae0d75

Analogous Colors of #75ae0d

#75ae0d #25ae0d #ae970d

Monochromatic Colors of #75ae0d

#75ae0d

Complementary Color

#75ae0d #460dae

#75ae0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75ae0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75ae0d Color CSS Codes

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

#75ae0d Text Font Color

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

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


#75ae0d Background Color

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

This div background color is #75ae0d


#75ae0d Border Color

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

This div border color is #75ae0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75ae0d


Comments

No comments written yet.

Please login to write comment.