Color Hex Logo

#66ae28 Color Hex

#66AE28
(102,174,40)
0 Favorites   0 Comments

Color spaces of #66ae28

RGB 10217440
HSL0.260.630.42
HSV92°77°68°
CMYK 0.410.000.77   0.32
XYZ20.998533.25017.3187
Yxy33.25010.34110.5401
Hunter Lab57.6629-35.907632.8388
CIE-Lab64.3629-44.127757.2385

#66ae28 color RGB value is (102,174,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101110 00101000
Octal 146 256 50
Decimal 102 174 40
Hex 66 AE 28

RGB Percentages of Color #66ae28

%32.28
%55.06
%12.66

CMYK Percentages of Color #66ae28

%41
%0
%77
%32

Triadic Colors of #66ae28

#66ae28 #2866ae #ae2866

Analogous Colors of #66ae28

#66ae28 #28ae2d #a9ae28

Monochromatic Colors of #66ae28

#66ae28

Complementary Color

#66ae28 #7028ae

#66ae28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ae28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ae28 Color CSS Codes

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

#66ae28 Text Font Color

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

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


#66ae28 Background Color

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

This div background color is #66ae28


#66ae28 Border Color

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

This div border color is #66ae28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ae28


Comments

No comments written yet.

Please login to write comment.