Color Hex Logo

#ab9cec Color Hex

#AB9CEC
(171,156,236)
0 Favorites   0 Comments

Color spaces of #ab9cec

RGB 171156236
HSL0.700.680.77
HSV251°34°93°
CMYK 0.280.340.00   0.07
XYZ43.823438.491084.4766
Yxy38.49100.26270.2308
Hunter Lab62.041117.5134-37.3018
CIE-Lab68.380922.5604-38.2916

#ab9cec color RGB value is (171,156,236).

#ab9cec hex color red value is 171, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ab9cec hue: 0.70 , saturation: 0.68 and the lightness value of ab9cec is 0.77.

The process color (four color CMYK) of #ab9cec color hex is 0.28, 0.34, 0.00, 0.07. Web safe color of #ab9cec is #9999ff. Color #ab9cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011100 11101100
Octal 253 234 354
Decimal 171 156 236
Hex AB 9C EC

RGB Percentages of Color #ab9cec

%30.37
%27.71
%41.92

CMYK Percentages of Color #ab9cec

%28
%34
%0
%7

Triadic Colors of #ab9cec

#ab9cec #ecab9c #9cecab

Analogous Colors of #ab9cec

#ab9cec #d39cec #9cb5ec

Monochromatic Colors of #ab9cec

#ab9cec

Complementary Color

#ab9cec #ddec9c

#ab9cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9cec Color CSS Codes

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

#ab9cec Text Font Color

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

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


#ab9cec Background Color

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

This div background color is #ab9cec


#ab9cec Border Color

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

This div border color is #ab9cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9cec


Comments

No comments written yet.

Please login to write comment.