Color Hex Logo

#abeabe Color Hex

#ABEABE
(171,234,190)
0 Favorites   0 Comments

Color spaces of #abeabe

RGB 171234190
HSL0.380.600.79
HSV138°27°92°
CMYK 0.270.000.19   0.08
XYZ55.511771.221359.5365
Yxy71.22130.29800.3824
Hunter Lab84.3927-30.273817.2476
CIE-Lab87.5924-28.574415.0624

#abeabe color RGB value is (171,234,190).

#abeabe hex color red value is 171, green value is 234 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #abeabe hue: 0.38 , saturation: 0.60 and the lightness value of abeabe is 0.79.

The process color (four color CMYK) of #abeabe color hex is 0.27, 0.00, 0.19, 0.08. Web safe color of #abeabe is #99ffcc. Color #abeabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 10111110
Octal 253 352 276
Decimal 171 234 190
Hex AB EA BE

RGB Percentages of Color #abeabe

%28.74
%39.33
%31.93

CMYK Percentages of Color #abeabe

%27
%0
%19
%8

Triadic Colors of #abeabe

#abeabe #beabea #eabeab

Analogous Colors of #abeabe

#abeabe #abeade #b8eaab

Monochromatic Colors of #abeabe

#abeabe

Complementary Color

#abeabe #eaabd7

#abeabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeabe Color CSS Codes

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

#abeabe Text Font Color

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

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


#abeabe Background Color

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

This div background color is #abeabe


#abeabe Border Color

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

This div border color is #abeabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeabe


Comments

No comments written yet.

Please login to write comment.