Color Hex Logo

#7dae81 Color Hex

#7DAE81
(125,174,129)
0 Favorites   0 Comments

Color spaces of #7dae81

RGB 125174129
HSL0.350.230.59
HSV125°28°68°
CMYK 0.280.000.26   0.32
XYZ27.555936.217126.3071
Yxy36.21710.30590.4021
Hunter Lab60.1806-23.583416.2087
CIE-Lab66.6855-25.478517.9947

#7dae81 color RGB value is (125,174,129).

#7dae81 hex color red value is 125, green value is 174 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #7dae81 hue: 0.35 , saturation: 0.23 and the lightness value of 7dae81 is 0.59.

The process color (four color CMYK) of #7dae81 color hex is 0.28, 0.00, 0.26, 0.32. Web safe color of #7dae81 is #669999. Color #7dae81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101110 10000001
Octal 175 256 201
Decimal 125 174 129
Hex 7D AE 81

RGB Percentages of Color #7dae81

%29.21
%40.65
%30.14

CMYK Percentages of Color #7dae81

%28
%0
%26
%32

Triadic Colors of #7dae81

#7dae81 #817dae #ae817d

Analogous Colors of #7dae81

#7dae81 #7dae9a #92ae7d

Monochromatic Colors of #7dae81

#7dae81

Complementary Color

#7dae81 #ae7daa

#7dae81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dae81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dae81 Color CSS Codes

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

#7dae81 Text Font Color

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

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


#7dae81 Background Color

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

This div background color is #7dae81


#7dae81 Border Color

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

This div border color is #7dae81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dae81


Comments

No comments written yet.

Please login to write comment.