Color Hex Logo

#85ae07 Color Hex

#85AE07
(133,174,7)
0 Favorites   0 Comments

Color spaces of #85ae07

RGB 1331747
HSL0.210.920.35
HSV75°96°68°
CMYK 0.240.000.96   0.32
XYZ24.847335.27405.7000
Yxy35.27400.37750.5359
Hunter Lab59.3919-29.258335.8841
CIE-Lab65.9614-33.576466.4956

#85ae07 color RGB value is (133,174,7).

#85ae07 hex color red value is 133, green value is 174 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #85ae07 hue: 0.21 , saturation: 0.92 and the lightness value of 85ae07 is 0.35.

The process color (four color CMYK) of #85ae07 color hex is 0.24, 0.00, 0.96, 0.32. Web safe color of #85ae07 is #999900. Color #85ae07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 10101110 00000111
Octal 205 256 7
Decimal 133 174 7
Hex 85 AE 7

RGB Percentages of Color #85ae07

%42.36
%55.41
%2.23

CMYK Percentages of Color #85ae07

%24
%0
%96
%32

Triadic Colors of #85ae07

#85ae07 #0785ae #ae0785

Analogous Colors of #85ae07

#85ae07 #32ae07 #ae8407

Monochromatic Colors of #85ae07

#85ae07

Complementary Color

#85ae07 #3007ae

#85ae07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85ae07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#85ae07 Color CSS Codes

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

#85ae07 Text Font Color

<p style="color:#85ae07">Text here</p>

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


#85ae07 Background Color

<div style="background-color:#85ae07">
Div content here</div>

This div background color is #85ae07


#85ae07 Border Color

<div style="border:3px solid #85ae07">
Div here</div>

This div border color is #85ae07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85ae07


Comments

No comments written yet.

Please login to write comment.