Color Hex Logo

#abedd8 Color Hex

#ABEDD8
(171,237,216)
0 Favorites   0 Comments

Color spaces of #abedd8

RGB 171237216
HSL0.450.650.80
HSV161°28°93°
CMYK 0.280.000.09   0.07
XYZ59.473474.184276.1501
Yxy74.18420.28350.3536
Hunter Lab86.1303-27.47277.8713
CIE-Lab89.0095-24.96753.5228

#abedd8 color RGB value is (171,237,216).

#abedd8 hex color red value is 171, green value is 237 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #abedd8 hue: 0.45 , saturation: 0.65 and the lightness value of abedd8 is 0.80.

The process color (four color CMYK) of #abedd8 color hex is 0.28, 0.00, 0.09, 0.07. Web safe color of #abedd8 is #99ffcc. Color #abedd8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101101 11011000
Octal 253 355 330
Decimal 171 237 216
Hex AB ED D8

RGB Percentages of Color #abedd8

%27.40
%37.98
%34.62

CMYK Percentages of Color #abedd8

%28
%0
%9
%7

Triadic Colors of #abedd8

#abedd8 #d8abed #edd8ab

Analogous Colors of #abedd8

#abedd8 #abe1ed #abedb7

Monochromatic Colors of #abedd8

#abedd8

Complementary Color

#abedd8 #edabc0

#abedd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abedd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abedd8 Color CSS Codes

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

#abedd8 Text Font Color

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

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


#abedd8 Background Color

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

This div background color is #abedd8


#abedd8 Border Color

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

This div border color is #abedd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abedd8


Comments

No comments written yet.

Please login to write comment.