Color Hex Logo

#abc8eb Color Hex

#ABC8EB
(171,200,235)
0 Favorites   0 Comments

Color spaces of #abc8eb

RGB 171200235
HSL0.590.620.80
HSV213°27°92°
CMYK 0.270.150.00   0.08
XYZ52.444355.964686.6354
Yxy55.96460.26890.2869
Hunter Lab74.8095-5.7813-16.2959
CIE-Lab79.5937-1.9415-20.5116

#abc8eb color RGB value is (171,200,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001000 11101011
Octal 253 310 353
Decimal 171 200 235
Hex AB C8 EB

RGB Percentages of Color #abc8eb

%28.22
%33.00
%38.78

CMYK Percentages of Color #abc8eb

%27
%15
%0
%8

Triadic Colors of #abc8eb

#abc8eb #ebabc8 #c8ebab

Analogous Colors of #abc8eb

#abc8eb #aeabeb #abe8eb

Monochromatic Colors of #abc8eb

#abc8eb

Complementary Color

#abc8eb #ebceab

#abc8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc8eb Color CSS Codes

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

#abc8eb Text Font Color

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

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


#abc8eb Background Color

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

This div background color is #abc8eb


#abc8eb Border Color

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

This div border color is #abc8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc8eb


Comments

No comments written yet.

Please login to write comment.