Color Hex Logo

#abe640 Color Hex

#ABE640
(171,230,64)
0 Favorites   0 Comments

Color spaces of #abe640

RGB 17123064
HSL0.230.770.58
HSV81°72°90°
CMYK 0.260.000.72   0.10
XYZ46.016865.621715.0914
Yxy65.62170.36310.5178
Hunter Lab81.0072-40.364345.6595
CIE-Lab84.8031-41.884970.2954

#abe640 color RGB value is (171,230,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 01000000
Octal 253 346 100
Decimal 171 230 64
Hex AB E6 40

RGB Percentages of Color #abe640

%36.77
%49.46
%13.76

CMYK Percentages of Color #abe640

%26
%0
%72
%10

Triadic Colors of #abe640

#abe640 #40abe6 #e640ab

Analogous Colors of #abe640

#abe640 #58e640 #e6ce40

Monochromatic Colors of #abe640

#abe640

Complementary Color

#abe640 #7b40e6

#abe640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe640 Color CSS Codes

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

#abe640 Text Font Color

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

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


#abe640 Background Color

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

This div background color is #abe640


#abe640 Border Color

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

This div border color is #abe640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe640


Comments

No comments written yet.

Please login to write comment.