Color Hex Logo

#7dae65 Color Hex

#7DAE65
(125,174,101)
0 Favorites   0 Comments

Color spaces of #7dae65

RGB 125174101
HSL0.280.310.54
HSV100°42°68°
CMYK 0.280.000.42   0.32
XYZ25.942535.571717.8106
Yxy35.57170.32700.4484
Hunter Lab59.6420-26.731324.0439
CIE-Lab66.1914-29.937632.3297

#7dae65 color RGB value is (125,174,101).

#7dae65 hex color red value is 125, green value is 174 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #7dae65 hue: 0.28 , saturation: 0.31 and the lightness value of 7dae65 is 0.54.

The process color (four color CMYK) of #7dae65 color hex is 0.28, 0.00, 0.42, 0.32. Web safe color of #7dae65 is #669966. Color #7dae65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101110 01100101
Octal 175 256 145
Decimal 125 174 101
Hex 7D AE 65

RGB Percentages of Color #7dae65

%31.25
%43.50
%25.25

CMYK Percentages of Color #7dae65

%28
%0
%42
%32

Triadic Colors of #7dae65

#7dae65 #657dae #ae657d

Analogous Colors of #7dae65

#7dae65 #65ae72 #a2ae65

Monochromatic Colors of #7dae65

#7dae65

Complementary Color

#7dae65 #9665ae

#7dae65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dae65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dae65 Color CSS Codes

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

#7dae65 Text Font Color

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

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


#7dae65 Background Color

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

This div background color is #7dae65


#7dae65 Border Color

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

This div border color is #7dae65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dae65


Comments

No comments written yet.

Please login to write comment.