Color Hex Logo

#abb7ec Color Hex

#ABB7EC
(171,183,236)
0 Favorites   0 Comments

Color spaces of #abb7ec

RGB 171183236
HSL0.640.630.80
HSV229°28°93°
CMYK 0.280.220.00   0.07
XYZ48.868448.581086.1583
Yxy48.58100.26620.2646
Hunter Lab69.70013.1755-24.5001
CIE-Lab75.18997.4991-27.7635

#abb7ec color RGB value is (171,183,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 11101100
Octal 253 267 354
Decimal 171 183 236
Hex AB B7 EC

RGB Percentages of Color #abb7ec

%28.98
%31.02
%40.00

CMYK Percentages of Color #abb7ec

%28
%22
%0
%7

Triadic Colors of #abb7ec

#abb7ec #ecabb7 #b7ecab

Analogous Colors of #abb7ec

#abb7ec #c0abec #abd8ec

Monochromatic Colors of #abb7ec

#abb7ec

Complementary Color

#abb7ec #ece0ab

#abb7ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb7ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb7ec Color CSS Codes

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

#abb7ec Text Font Color

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

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


#abb7ec Background Color

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

This div background color is #abb7ec


#abb7ec Border Color

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

This div border color is #abb7ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb7ec


Comments

No comments written yet.

Please login to write comment.