Color Hex Logo

#abeaea Color Hex

#ABEAEA
(171,234,234)
0 Favorites   0 Comments

Color spaces of #abeaea

RGB 171234234
HSL0.500.600.79
HSV180°27°92°
CMYK 0.270.000.00   0.08
XYZ61.068773.444188.7994
Yxy73.44410.27350.3289
Hunter Lab85.6995-22.7767-1.4449
CIE-Lab88.6591-19.6672-6.4120

#abeaea color RGB value is (171,234,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11101010
Octal 253 352 352
Decimal 171 234 234
Hex AB EA EA

RGB Percentages of Color #abeaea

%26.76
%36.62
%36.62

CMYK Percentages of Color #abeaea

%27
%0
%0
%8

Triadic Colors of #abeaea

#abeaea #eaabea #eaeaab

Analogous Colors of #abeaea

#abeaea #abcbea #abeacb

Monochromatic Colors of #abeaea

#abeaea

Complementary Color

#abeaea #eaabab

#abeaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeaea Color CSS Codes

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

#abeaea Text Font Color

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

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


#abeaea Background Color

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

This div background color is #abeaea


#abeaea Border Color

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

This div border color is #abeaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeaea

#abeaea Color Palettes


Comments

No comments written yet.

Please login to write comment.