Color Hex Logo

#abe268 Color Hex

#ABE268
(171,226,104)
0 Favorites   0 Comments

Color spaces of #abe268

RGB 171226104
HSL0.240.680.65
HSV87°54°89°
CMYK 0.240.000.54   0.11
XYZ46.489664.050123.0094
Yxy64.05010.34810.4796
Hunter Lab80.0313-36.365438.9757
CIE-Lab83.9918-37.048153.2723

#abe268 color RGB value is (171,226,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100010 01101000
Octal 253 342 150
Decimal 171 226 104
Hex AB E2 68

RGB Percentages of Color #abe268

%34.13
%45.11
%20.76

CMYK Percentages of Color #abe268

%24
%0
%54
%11

Triadic Colors of #abe268

#abe268 #68abe2 #e268ab

Analogous Colors of #abe268

#abe268 #6ee268 #e2dc68

Monochromatic Colors of #abe268

#abe268

Complementary Color

#abe268 #9f68e2

#abe268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe268 Color CSS Codes

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

#abe268 Text Font Color

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

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


#abe268 Background Color

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

This div background color is #abe268


#abe268 Border Color

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

This div border color is #abe268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe268


Comments

No comments written yet.

Please login to write comment.