Color Hex Logo

#abead0 Color Hex

#ABEAD0
(171,234,208)
0 Favorites   0 Comments

Color spaces of #abead0

RGB 171234208
HSL0.430.600.79
HSV155°27°92°
CMYK 0.270.000.11   0.08
XYZ57.602672.057670.5470
Yxy72.05760.28770.3599
Hunter Lab84.8867-27.425010.1465
CIE-Lab87.9963-25.13256.2415

#abead0 color RGB value is (171,234,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11010000
Octal 253 352 320
Decimal 171 234 208
Hex AB EA D0

RGB Percentages of Color #abead0

%27.90
%38.17
%33.93

CMYK Percentages of Color #abead0

%27
%0
%11
%8

Triadic Colors of #abead0

#abead0 #d0abea #ead0ab

Analogous Colors of #abead0

#abead0 #abe5ea #abeab1

Monochromatic Colors of #abead0

#abead0

Complementary Color

#abead0 #eaabc5

#abead0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abead0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abead0 Color CSS Codes

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

#abead0 Text Font Color

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

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


#abead0 Background Color

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

This div background color is #abead0


#abead0 Border Color

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

This div border color is #abead0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abead0


Comments

No comments written yet.

Please login to write comment.