Color Hex Logo

#abc9eb Color Hex

#ABC9EB
(171,201,235)
0 Favorites   0 Comments

Color spaces of #abc9eb

RGB 171201235
HSL0.590.620.80
HSV212°27°92°
CMYK 0.270.140.00   0.08
XYZ52.676656.429486.7129
Yxy56.42940.26900.2882
Hunter Lab75.1195-6.2883-15.8567
CIE-Lab79.8576-2.4744-20.1119

#abc9eb color RGB value is (171,201,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 11101011
Octal 253 311 353
Decimal 171 201 235
Hex AB C9 EB

RGB Percentages of Color #abc9eb

%28.17
%33.11
%38.71

CMYK Percentages of Color #abc9eb

%27
%14
%0
%8

Triadic Colors of #abc9eb

#abc9eb #ebabc9 #c9ebab

Analogous Colors of #abc9eb

#abc9eb #adabeb #abe9eb

Monochromatic Colors of #abc9eb

#abc9eb

Complementary Color

#abc9eb #ebcdab

#abc9eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc9eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc9eb Color CSS Codes

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

#abc9eb Text Font Color

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

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


#abc9eb Background Color

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

This div background color is #abc9eb


#abc9eb Border Color

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

This div border color is #abc9eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc9eb


Comments

No comments written yet.

Please login to write comment.