Color Hex Logo

#abeaad Color Hex

#ABEAAD
(171,234,173)
0 Favorites   0 Comments

Color spaces of #abeaad

RGB 171234173
HSL0.340.600.79
HSV122°27°92°
CMYK 0.270.000.26   0.08
XYZ53.760270.520750.3136
Yxy70.52070.30790.4039
Hunter Lab83.9766-32.686823.2607
CIE-Lab87.2516-31.548223.3979

#abeaad color RGB value is (171,234,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 10101101
Octal 253 352 255
Decimal 171 234 173
Hex AB EA AD

RGB Percentages of Color #abeaad

%29.58
%40.48
%29.93

CMYK Percentages of Color #abeaad

%27
%0
%26
%8

Triadic Colors of #abeaad

#abeaad #adabea #eaadab

Analogous Colors of #abeaad

#abeaad #abeacd #c9eaab

Monochromatic Colors of #abeaad

#abeaad

Complementary Color

#abeaad #eaabe8

#abeaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeaad Color CSS Codes

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

#abeaad Text Font Color

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

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


#abeaad Background Color

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

This div background color is #abeaad


#abeaad Border Color

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

This div border color is #abeaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeaad


Comments

No comments written yet.

Please login to write comment.