Color Hex Logo

#99ae05 Color Hex

#99AE05
(153,174,5)
0 Favorites   0 Comments

Color spaces of #99ae05

RGB 1531745
HSL0.190.940.35
HSV67°97°68°
CMYK 0.120.000.97   0.32
XYZ28.300337.05545.8044
Yxy37.05540.39770.5207
Hunter Lab60.8731-23.542336.9578
CIE-Lab67.3186-25.254068.3815

#99ae05 color RGB value is (153,174,5).

#99ae05 hex color red value is 153, green value is 174 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #99ae05 hue: 0.19 , saturation: 0.94 and the lightness value of 99ae05 is 0.35.

The process color (four color CMYK) of #99ae05 color hex is 0.12, 0.00, 0.97, 0.32. Web safe color of #99ae05 is #999900. Color #99ae05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101110 00000101
Octal 231 256 5
Decimal 153 174 5
Hex 99 AE 5

RGB Percentages of Color #99ae05

%46.08
%52.41
%1.51

CMYK Percentages of Color #99ae05

%12
%0
%97
%32

Triadic Colors of #99ae05

#99ae05 #0599ae #ae0599

Analogous Colors of #99ae05

#99ae05 #45ae05 #ae6f05

Monochromatic Colors of #99ae05

#99ae05

Complementary Color

#99ae05 #1a05ae

#99ae05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ae05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ae05 Color CSS Codes

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

#99ae05 Text Font Color

<p style="color:#99ae05">Text here</p>

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


#99ae05 Background Color

<div style="background-color:#99ae05">
Div content here</div>

This div background color is #99ae05


#99ae05 Border Color

<div style="border:3px solid #99ae05">
Div here</div>

This div border color is #99ae05


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,174,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99ae05; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99ae05;
  -webkit-box-shadow: 1px 1px 3px 2px #99ae05;
  box-shadow:         1px 1px 3px 2px #99ae05; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ae05


Comments

No comments written yet.

Please login to write comment.