Color Hex Logo

#abc9ec Color Hex

#ABC9EC
(171,201,236)
0 Favorites   0 Comments

Color spaces of #abc9ec

RGB 171201236
HSL0.590.630.80
HSV212°28°93°
CMYK 0.280.150.00   0.07
XYZ52.821656.487387.4760
Yxy56.48730.26840.2871
Hunter Lab75.1580-6.0755-16.3967
CIE-Lab79.8904-2.2392-20.5976

#abc9ec color RGB value is (171,201,236).

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

The process color (four color CMYK) of #abc9ec color hex is 0.28, 0.15, 0.00, 0.07. Web safe color of #abc9ec is #99ccff. Color #abc9ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 11101100
Octal 253 311 354
Decimal 171 201 236
Hex AB C9 EC

RGB Percentages of Color #abc9ec

%28.13
%33.06
%38.82

CMYK Percentages of Color #abc9ec

%28
%15
%0
%7

Triadic Colors of #abc9ec

#abc9ec #ecabc9 #c9ecab

Analogous Colors of #abc9ec

#abc9ec #aeabec #abeaec

Monochromatic Colors of #abc9ec

#abc9ec

Complementary Color

#abc9ec #ecceab

#abc9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc9ec Color CSS Codes

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

#abc9ec Text Font Color

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

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


#abc9ec Background Color

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

This div background color is #abc9ec


#abc9ec Border Color

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

This div border color is #abc9ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,201,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #abc9ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc9ec


Comments

No comments written yet.

Please login to write comment.