Color Hex Logo

#abead5 Color Hex

#ABEAD5
(171,234,213)
0 Favorites   0 Comments

Color spaces of #abead5

RGB 171234213
HSL0.440.600.79
HSV160°27°92°
CMYK 0.270.000.09   0.08
XYZ58.227672.307773.8386
Yxy72.30770.28490.3538
Hunter Lab85.0339-26.58028.0397
CIE-Lab88.1165-24.12563.7980

#abead5 color RGB value is (171,234,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101010 11010101
Octal 253 352 325
Decimal 171 234 213
Hex AB EA D5

RGB Percentages of Color #abead5

%27.67
%37.86
%34.47

CMYK Percentages of Color #abead5

%27
%0
%9
%8

Triadic Colors of #abead5

#abead5 #d5abea #ead5ab

Analogous Colors of #abead5

#abead5 #abe0ea #abeab6

Monochromatic Colors of #abead5

#abead5

Complementary Color

#abead5 #eaabc0

#abead5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abead5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abead5 Color CSS Codes

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

#abead5 Text Font Color

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

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


#abead5 Background Color

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

This div background color is #abead5


#abead5 Border Color

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

This div border color is #abead5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abead5


Comments

No comments written yet.

Please login to write comment.