Color Hex Logo

#abe664 Color Hex

#ABE664
(171,230,100)
0 Favorites   0 Comments

Color spaces of #abe664

RGB 171230100
HSL0.240.720.65
HSV87°57°90°
CMYK 0.260.000.57   0.10
XYZ47.391766.171722.3312
Yxy66.17170.34870.4869
Hunter Lab81.3460-38.362440.6658
CIE-Lab85.0839-39.223556.3373

#abe664 color RGB value is (171,230,100).

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

The process color (four color CMYK) of #abe664 color hex is 0.26, 0.00, 0.57, 0.10. Web safe color of #abe664 is #99ff66. Color #abe664 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100110 01100100
Octal 253 346 144
Decimal 171 230 100
Hex AB E6 64

RGB Percentages of Color #abe664

%34.13
%45.91
%19.96

CMYK Percentages of Color #abe664

%26
%0
%57
%10

Triadic Colors of #abe664

#abe664 #64abe6 #e664ab

Analogous Colors of #abe664

#abe664 #6ae664 #e6e064

Monochromatic Colors of #abe664

#abe664

Complementary Color

#abe664 #9f64e6

#abe664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe664 Color CSS Codes

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

#abe664 Text Font Color

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

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


#abe664 Background Color

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

This div background color is #abe664


#abe664 Border Color

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

This div border color is #abe664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe664


Comments

No comments written yet.

Please login to write comment.