Color Hex Logo

#abb8ec Color Hex

#ABB8EC
(171,184,236)
0 Favorites   0 Comments

Color spaces of #abb8ec

RGB 171184236
HSL0.630.630.80
HSV228°28°93°
CMYK 0.280.220.00   0.07
XYZ49.075448.995086.2273
Yxy48.99500.26630.2658
Hunter Lab69.99642.6549-24.0407
CIE-Lab75.44826.9505-27.3675

#abb8ec color RGB value is (171,184,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111000 11101100
Octal 253 270 354
Decimal 171 184 236
Hex AB B8 EC

RGB Percentages of Color #abb8ec

%28.93
%31.13
%39.93

CMYK Percentages of Color #abb8ec

%28
%22
%0
%7

Triadic Colors of #abb8ec

#abb8ec #ecabb8 #b8ecab

Analogous Colors of #abb8ec

#abb8ec #bfabec #abd9ec

Monochromatic Colors of #abb8ec

#abb8ec

Complementary Color

#abb8ec #ecdfab

#abb8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb8ec Color CSS Codes

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

#abb8ec Text Font Color

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

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


#abb8ec Background Color

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

This div background color is #abb8ec


#abb8ec Border Color

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

This div border color is #abb8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb8ec


Comments

No comments written yet.

Please login to write comment.