Color Hex Logo

#66ae31 Color Hex

#66AE31
(102,174,49)
0 Favorites   0 Comments

Color spaces of #66ae31

RGB 10217449
HSL0.260.560.44
HSV95°72°68°
CMYK 0.410.000.72   0.32
XYZ21.169933.31868.2211
Yxy33.31860.33760.5313
Hunter Lab57.7223-35.548331.9612
CIE-Lab64.4181-43.545254.1201

#66ae31 color RGB value is (102,174,49).

#66ae31 hex color red value is 102, green value is 174 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #66ae31 hue: 0.26 , saturation: 0.56 and the lightness value of 66ae31 is 0.44.

The process color (four color CMYK) of #66ae31 color hex is 0.41, 0.00, 0.72, 0.32. Web safe color of #66ae31 is #669933. Color #66ae31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101110 00110001
Octal 146 256 61
Decimal 102 174 49
Hex 66 AE 31

RGB Percentages of Color #66ae31

%31.38
%53.54
%15.08

CMYK Percentages of Color #66ae31

%41
%0
%72
%32

Triadic Colors of #66ae31

#66ae31 #3166ae #ae3166

Analogous Colors of #66ae31

#66ae31 #31ae3b #a5ae31

Monochromatic Colors of #66ae31

#66ae31

Complementary Color

#66ae31 #7931ae

#66ae31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ae31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ae31 Color CSS Codes

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

#66ae31 Text Font Color

<p style="color:#66ae31">Text here</p>

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


#66ae31 Background Color

<div style="background-color:#66ae31">
Div content here</div>

This div background color is #66ae31


#66ae31 Border Color

<div style="border:3px solid #66ae31">
Div here</div>

This div border color is #66ae31


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,174,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66ae31; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66ae31;
  -webkit-box-shadow: 1px 1px 3px 2px #66ae31;
  box-shadow:         1px 1px 3px 2px #66ae31; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ae31


Comments

No comments written yet.

Please login to write comment.