Color Hex Logo

#abd3eb Color Hex

#ABD3EB
(171,211,235)
0 Favorites   0 Comments

Color spaces of #abd3eb

RGB 171211235
HSL0.560.620.80
HSV203°27°92°
CMYK 0.270.100.00   0.08
XYZ55.084261.244687.5154
Yxy61.24460.27020.3004
Hunter Lab78.2589-11.3121-11.5216
CIE-Lab82.5101-7.7434-16.1088

#abd3eb color RGB value is (171,211,235).

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

The process color (four color CMYK) of #abd3eb color hex is 0.27, 0.10, 0.00, 0.08. Web safe color of #abd3eb is #99ccff. Color #abd3eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010011 11101011
Octal 253 323 353
Decimal 171 211 235
Hex AB D3 EB

RGB Percentages of Color #abd3eb

%27.71
%34.20
%38.09

CMYK Percentages of Color #abd3eb

%27
%10
%0
%8

Triadic Colors of #abd3eb

#abd3eb #ebabd3 #d3ebab

Analogous Colors of #abd3eb

#abd3eb #abb3eb #abebe3

Monochromatic Colors of #abd3eb

#abd3eb

Complementary Color

#abd3eb #ebc3ab

#abd3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd3eb Color CSS Codes

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

#abd3eb Text Font Color

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

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


#abd3eb Background Color

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

This div background color is #abd3eb


#abd3eb Border Color

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

This div border color is #abd3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd3eb


Comments

No comments written yet.

Please login to write comment.