Color Hex Logo

#abead1 Color Hex

#ABEAD1
(171,234,209)
0 Favorites   0 Comments

Color spaces of #abead1

RGB 171234209
HSL0.430.600.79
HSV156°27°92°
CMYK 0.270.000.11   0.08
XYZ57.726072.107071.1972
Yxy72.10700.28720.3587
Hunter Lab84.9158-27.25809.7297
CIE-Lab88.0201-24.93295.7525

#abead1 color RGB value is (171,234,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11010001
Octal 253 352 321
Decimal 171 234 209
Hex AB EA D1

RGB Percentages of Color #abead1

%27.85
%38.11
%34.04

CMYK Percentages of Color #abead1

%27
%0
%11
%8

Triadic Colors of #abead1

#abead1 #d1abea #ead1ab

Analogous Colors of #abead1

#abead1 #abe4ea #abeab2

Monochromatic Colors of #abead1

#abead1

Complementary Color

#abead1 #eaabc4

#abead1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abead1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abead1 Color CSS Codes

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

#abead1 Text Font Color

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

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


#abead1 Background Color

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

This div background color is #abead1


#abead1 Border Color

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

This div border color is #abead1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abead1


Comments

No comments written yet.

Please login to write comment.