Color Hex Logo

#abd7eb Color Hex

#ABD7EB
(171,215,235)
0 Favorites   0 Comments

Color spaces of #abd7eb

RGB 171215235
HSL0.550.620.80
HSV199°27°92°
CMYK 0.270.090.00   0.08
XYZ56.090463.257087.8508
Yxy63.25700.27070.3053
Hunter Lab79.5343-13.3004-9.8157
CIE-Lab83.5774-9.8211-14.5057

#abd7eb color RGB value is (171,215,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 11101011
Octal 253 327 353
Decimal 171 215 235
Hex AB D7 EB

RGB Percentages of Color #abd7eb

%27.54
%34.62
%37.84

CMYK Percentages of Color #abd7eb

%27
%9
%0
%8

Triadic Colors of #abd7eb

#abd7eb #ebabd7 #d7ebab

Analogous Colors of #abd7eb

#abd7eb #abb7eb #abebdf

Monochromatic Colors of #abd7eb

#abd7eb

Complementary Color

#abd7eb #ebbfab

#abd7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd7eb Color CSS Codes

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

#abd7eb Text Font Color

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

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


#abd7eb Background Color

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

This div background color is #abd7eb


#abd7eb Border Color

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

This div border color is #abd7eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,215,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 #abd7eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd7eb


Comments

No comments written yet.

Please login to write comment.