Color Hex Logo

#abe622 Color Hex

#ABE622
(171,230,34)
0 Favorites   0 Comments

Color spaces of #abe622

RGB 17123034
HSL0.220.800.52
HSV78°85°90°
CMYK 0.260.000.85   0.10
XYZ45.380165.367011.7387
Yxy65.36700.37050.5337
Hunter Lab80.8499-41.297347.9865
CIE-Lab84.6725-43.141278.3850

#abe622 color RGB value is (171,230,34).

#abe622 hex color red value is 171, green value is 230 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #abe622 hue: 0.22 , saturation: 0.80 and the lightness value of abe622 is 0.52.

The process color (four color CMYK) of #abe622 color hex is 0.26, 0.00, 0.85, 0.10. Web safe color of #abe622 is #99ff33. Color #abe622 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 00100010
Octal 253 346 42
Decimal 171 230 34
Hex AB E6 22

RGB Percentages of Color #abe622

%39.31
%52.87
%7.82

CMYK Percentages of Color #abe622

%26
%0
%85
%10

Triadic Colors of #abe622

#abe622 #22abe6 #e622ab

Analogous Colors of #abe622

#abe622 #49e622 #e6bf22

Monochromatic Colors of #abe622

#abe622

Complementary Color

#abe622 #5d22e6

#abe622 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe622 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe622 Color CSS Codes

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

#abe622 Text Font Color

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

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


#abe622 Background Color

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

This div background color is #abe622


#abe622 Border Color

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

This div border color is #abe622


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe622


Comments

No comments written yet.

Please login to write comment.