Color Hex Logo

#abc5eb Color Hex

#ABC5EB
(171,197,235)
0 Favorites   0 Comments

Color spaces of #abc5eb

RGB 171197235
HSL0.600.620.80
HSV216°27°92°
CMYK 0.270.160.00   0.08
XYZ51.756254.588686.4061
Yxy54.58860.26850.2832
Hunter Lab73.8841-4.2570-17.6197
CIE-Lab78.8037-0.3380-21.7100

#abc5eb color RGB value is (171,197,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 11101011
Octal 253 305 353
Decimal 171 197 235
Hex AB C5 EB

RGB Percentages of Color #abc5eb

%28.36
%32.67
%38.97

CMYK Percentages of Color #abc5eb

%27
%16
%0
%8

Triadic Colors of #abc5eb

#abc5eb #ebabc5 #c5ebab

Analogous Colors of #abc5eb

#abc5eb #b1abeb #abe5eb

Monochromatic Colors of #abc5eb

#abc5eb

Complementary Color

#abc5eb #ebd1ab

#abc5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc5eb Color CSS Codes

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

#abc5eb Text Font Color

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

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


#abc5eb Background Color

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

This div background color is #abc5eb


#abc5eb Border Color

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

This div border color is #abc5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc5eb


Comments

No comments written yet.

Please login to write comment.