Color Hex Logo

#abeaae Color Hex

#ABEAAE
(171,234,174)
0 Favorites   0 Comments

Color spaces of #abeaae

RGB 171234174
HSL0.340.600.79
HSV123°27°92°
CMYK 0.270.000.26   0.08
XYZ53.857470.559650.8252
Yxy70.55960.30730.4026
Hunter Lab83.9998-32.552322.9256
CIE-Lab87.2706-31.380922.9083

#abeaae color RGB value is (171,234,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 10101110
Octal 253 352 256
Decimal 171 234 174
Hex AB EA AE

RGB Percentages of Color #abeaae

%29.53
%40.41
%30.05

CMYK Percentages of Color #abeaae

%27
%0
%26
%8

Triadic Colors of #abeaae

#abeaae #aeabea #eaaeab

Analogous Colors of #abeaae

#abeaae #abeace #c8eaab

Monochromatic Colors of #abeaae

#abeaae

Complementary Color

#abeaae #eaabe7

#abeaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeaae Color CSS Codes

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

#abeaae Text Font Color

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

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


#abeaae Background Color

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

This div background color is #abeaae


#abeaae Border Color

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

This div border color is #abeaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeaae


Comments

No comments written yet.

Please login to write comment.