Color Hex Logo

#abb1ec Color Hex

#ABB1EC
(171,177,236)
0 Favorites   0 Comments

Color spaces of #abb1ec

RGB 171177236
HSL0.650.630.80
HSV234°28°93°
CMYK 0.280.250.00   0.07
XYZ47.657046.158385.7545
Yxy46.15830.26540.2570
Hunter Lab67.93996.3155-27.2786
CIE-Lab73.648110.8071-30.1323

#abb1ec color RGB value is (171,177,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110001 11101100
Octal 253 261 354
Decimal 171 177 236
Hex AB B1 EC

RGB Percentages of Color #abb1ec

%29.28
%30.31
%40.41

CMYK Percentages of Color #abb1ec

%28
%25
%0
%7

Triadic Colors of #abb1ec

#abb1ec #ecabb1 #b1ecab

Analogous Colors of #abb1ec

#abb1ec #c6abec #abd2ec

Monochromatic Colors of #abb1ec

#abb1ec

Complementary Color

#abb1ec #ece6ab

#abb1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb1ec Color CSS Codes

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

#abb1ec Text Font Color

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

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


#abb1ec Background Color

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

This div background color is #abb1ec


#abb1ec Border Color

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

This div border color is #abb1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb1ec


Comments

No comments written yet.

Please login to write comment.