Color Hex Logo

#abe266 Color Hex

#ABE266
(171,226,102)
0 Favorites   0 Comments

Color spaces of #abe266

RGB 171226102
HSL0.240.680.64
HSV87°55°89°
CMYK 0.240.000.55   0.11
XYZ46.389264.009922.4806
Yxy64.00990.34910.4817
Hunter Lab80.0062-36.512939.3447
CIE-Lab83.9709-37.241754.1559

#abe266 color RGB value is (171,226,102).

#abe266 hex color red value is 171, green value is 226 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #abe266 hue: 0.24 , saturation: 0.68 and the lightness value of abe266 is 0.64.

The process color (four color CMYK) of #abe266 color hex is 0.24, 0.00, 0.55, 0.11. Web safe color of #abe266 is #99cc66. Color #abe266 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100010 01100110
Octal 253 342 146
Decimal 171 226 102
Hex AB E2 66

RGB Percentages of Color #abe266

%34.27
%45.29
%20.44

CMYK Percentages of Color #abe266

%24
%0
%55
%11

Triadic Colors of #abe266

#abe266 #66abe2 #e266ab

Analogous Colors of #abe266

#abe266 #6de266 #e2db66

Monochromatic Colors of #abe266

#abe266

Complementary Color

#abe266 #9d66e2

#abe266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe266 Color CSS Codes

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

#abe266 Text Font Color

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

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


#abe266 Background Color

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

This div background color is #abe266


#abe266 Border Color

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

This div border color is #abe266


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,226,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abe266; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abe266;
  -webkit-box-shadow: 1px 1px 3px 2px #abe266;
  box-shadow:         1px 1px 3px 2px #abe266; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe266


Comments

No comments written yet.

Please login to write comment.