Color Hex Logo

#abe745 Color Hex

#ABE745
(171,231,69)
0 Favorites   0 Comments

Color spaces of #abe745

RGB 17123169
HSL0.230.770.59
HSV82°70°91°
CMYK 0.260.000.70   0.09
XYZ46.444766.239415.9678
Yxy66.23940.36100.5149
Hunter Lab81.3876-40.565345.3389
CIE-Lab85.1184-42.030768.8730

#abe745 color RGB value is (171,231,69).

#abe745 hex color red value is 171, green value is 231 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #abe745 hue: 0.23 , saturation: 0.77 and the lightness value of abe745 is 0.59.

The process color (four color CMYK) of #abe745 color hex is 0.26, 0.00, 0.70, 0.09. Web safe color of #abe745 is #99ff33. Color #abe745 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100111 01000101
Octal 253 347 105
Decimal 171 231 69
Hex AB E7 45

RGB Percentages of Color #abe745

%36.31
%49.04
%14.65

CMYK Percentages of Color #abe745

%26
%0
%70
%9

Triadic Colors of #abe745

#abe745 #45abe7 #e745ab

Analogous Colors of #abe745

#abe745 #5ae745 #e7d245

Monochromatic Colors of #abe745

#abe745

Complementary Color

#abe745 #8145e7

#abe745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe745 Color CSS Codes

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

#abe745 Text Font Color

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

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


#abe745 Background Color

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

This div background color is #abe745


#abe745 Border Color

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

This div border color is #abe745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe745


Comments

No comments written yet.

Please login to write comment.