Color Hex Logo

#abeadd Color Hex

#ABEADD
(171,234,221)
0 Favorites   0 Comments

Color spaces of #abeadd

RGB 171234221
HSL0.470.600.79
HSV168°27°92°
CMYK 0.270.000.06   0.08
XYZ59.268572.724079.3200
Yxy72.72400.28050.3442
Hunter Lab85.2784-25.17964.5474
CIE-Lab88.3159-22.4698-0.1029

#abeadd color RGB value is (171,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11011101
Octal 253 352 335
Decimal 171 234 221
Hex AB EA DD

RGB Percentages of Color #abeadd

%27.32
%37.38
%35.30

CMYK Percentages of Color #abeadd

%27
%0
%6
%8

Triadic Colors of #abeadd

#abeadd #ddabea #eaddab

Analogous Colors of #abeadd

#abeadd #abd8ea #abeabe

Monochromatic Colors of #abeadd

#abeadd

Complementary Color

#abeadd #eaabb8

#abeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abeadd Color CSS Codes

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

#abeadd Text Font Color

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

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


#abeadd Background Color

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

This div background color is #abeadd


#abeadd Border Color

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

This div border color is #abeadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abeadd


Comments

No comments written yet.

Please login to write comment.