Color Hex Logo

#abc2eb Color Hex

#ABC2EB
(171,194,235)
0 Favorites   0 Comments

Color spaces of #abc2eb

RGB 171194235
HSL0.610.620.80
HSV218°27°92°
CMYK 0.270.170.00   0.08
XYZ51.081853.239786.1812
Yxy53.23970.26810.2795
Hunter Lab72.9655-2.7252-18.9528
CIE-Lab78.01631.2748-22.9068

#abc2eb color RGB value is (171,194,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 11101011
Octal 253 302 353
Decimal 171 194 235
Hex AB C2 EB

RGB Percentages of Color #abc2eb

%28.50
%32.33
%39.17

CMYK Percentages of Color #abc2eb

%27
%17
%0
%8

Triadic Colors of #abc2eb

#abc2eb #ebabc2 #c2ebab

Analogous Colors of #abc2eb

#abc2eb #b4abeb #abe2eb

Monochromatic Colors of #abc2eb

#abc2eb

Complementary Color

#abc2eb #ebd4ab

#abc2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc2eb Color CSS Codes

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

#abc2eb Text Font Color

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

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


#abc2eb Background Color

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

This div background color is #abc2eb


#abc2eb Border Color

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

This div border color is #abc2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc2eb


Comments

No comments written yet.

Please login to write comment.