Color Hex Logo

#abeb66 Color Hex

#ABEB66
(171,235,102)
0 Favorites   0 Comments

Color spaces of #abeb66

RGB 171235102
HSL0.250.770.66
HSV89°57°92°
CMYK 0.270.000.57   0.08
XYZ48.901269.033923.3179
Yxy69.03390.34620.4887
Hunter Lab83.0866-40.344341.5212
CIE-Lab86.5208-41.251557.1026

#abeb66 color RGB value is (171,235,102).

#abeb66 hex color red value is 171, green value is 235 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #abeb66 hue: 0.25 , saturation: 0.77 and the lightness value of abeb66 is 0.66.

The process color (four color CMYK) of #abeb66 color hex is 0.27, 0.00, 0.57, 0.08. Web safe color of #abeb66 is #99ff66. Color #abeb66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101011 01100110
Octal 253 353 146
Decimal 171 235 102
Hex AB EB 66

RGB Percentages of Color #abeb66

%33.66
%46.26
%20.08

CMYK Percentages of Color #abeb66

%27
%0
%57
%8

Triadic Colors of #abeb66

#abeb66 #66abeb #eb66ab

Analogous Colors of #abeb66

#abeb66 #69eb66 #ebe966

Monochromatic Colors of #abeb66

#abeb66

Complementary Color

#abeb66 #a666eb

#abeb66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeb66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeb66 Color CSS Codes

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

#abeb66 Text Font Color

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

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


#abeb66 Background Color

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

This div background color is #abeb66


#abeb66 Border Color

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

This div border color is #abeb66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeb66


Comments

No comments written yet.

Please login to write comment.