Color Hex Logo

#abd6ed Color Hex

#ABD6ED
(171,214,237)
0 Favorites   0 Comments

Color spaces of #abd6ed

RGB 171214237
HSL0.560.650.80
HSV201°28°93°
CMYK 0.280.100.00   0.07
XYZ56.127262.865589.2968
Yxy62.86550.26950.3018
Hunter Lab79.2878-12.3948-11.2731
CIE-Lab83.3716-8.8421-15.8767

#abd6ed color RGB value is (171,214,237).

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

The process color (four color CMYK) of #abd6ed color hex is 0.28, 0.10, 0.00, 0.07. Web safe color of #abd6ed is #99ccff. Color #abd6ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010110 11101101
Octal 253 326 355
Decimal 171 214 237
Hex AB D6 ED

RGB Percentages of Color #abd6ed

%27.49
%34.41
%38.10

CMYK Percentages of Color #abd6ed

%28
%10
%0
%7

Triadic Colors of #abd6ed

#abd6ed #edabd6 #d6edab

Analogous Colors of #abd6ed

#abd6ed #abb5ed #abede3

Monochromatic Colors of #abd6ed

#abd6ed

Complementary Color

#abd6ed #edc2ab

#abd6ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd6ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd6ed Color CSS Codes

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

#abd6ed Text Font Color

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

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


#abd6ed Background Color

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

This div background color is #abd6ed


#abd6ed Border Color

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

This div border color is #abd6ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd6ed

#abd6ed Color Palettes


Comments

No comments written yet.

Please login to write comment.