Color Hex Logo

#7dae0a Color Hex

#7DAE0A
(125,174,10)
0 Favorites   0 Comments

Color spaces of #7dae0a

RGB 12517410
HSL0.220.890.36
HSV78°94°68°
CMYK 0.280.000.94   0.32
XYZ23.648334.65405.7297
Yxy34.65400.36930.5412
Hunter Lab58.8676-31.311435.4365
CIE-Lab65.4784-36.721865.5330

#7dae0a color RGB value is (125,174,10).

#7dae0a hex color red value is 125, green value is 174 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #7dae0a hue: 0.22 , saturation: 0.89 and the lightness value of 7dae0a is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101110 00001010
Octal 175 256 12
Decimal 125 174 10
Hex 7D AE A

RGB Percentages of Color #7dae0a

%40.45
%56.31
%3.24

CMYK Percentages of Color #7dae0a

%28
%0
%94
%32

Triadic Colors of #7dae0a

#7dae0a #0a7dae #ae0a7d

Analogous Colors of #7dae0a

#7dae0a #2bae0a #ae8d0a

Monochromatic Colors of #7dae0a

#7dae0a

Complementary Color

#7dae0a #3b0aae

#7dae0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dae0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dae0a Color CSS Codes

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

#7dae0a Text Font Color

<p style="color:#7dae0a">Text here</p>

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


#7dae0a Background Color

<div style="background-color:#7dae0a">
Div content here</div>

This div background color is #7dae0a


#7dae0a Border Color

<div style="border:3px solid #7dae0a">
Div here</div>

This div border color is #7dae0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(125,174,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7dae0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7dae0a;
  -webkit-box-shadow: 1px 1px 3px 2px #7dae0a;
  box-shadow:         1px 1px 3px 2px #7dae0a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dae0a


Comments

No comments written yet.

Please login to write comment.