Color Hex Logo

#abb0ef Color Hex

#ABB0EF
(171,176,239)
0 Favorites   0 Comments

Color spaces of #abb0ef

RGB 171176239
HSL0.650.680.80
HSV236°28°94°
CMYK 0.280.260.00   0.06
XYZ47.899945.940688.0042
Yxy45.94060.26340.2526
Hunter Lab67.77957.5322-29.5359
CIE-Lab73.507012.0893-31.9769

#abb0ef color RGB value is (171,176,239).

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

The process color (four color CMYK) of #abb0ef color hex is 0.28, 0.26, 0.00, 0.06. Web safe color of #abb0ef is #9999ff. Color #abb0ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 11101111
Octal 253 260 357
Decimal 171 176 239
Hex AB B0 EF

RGB Percentages of Color #abb0ef

%29.18
%30.03
%40.78

CMYK Percentages of Color #abb0ef

%28
%26
%0
%6

Triadic Colors of #abb0ef

#abb0ef #efabb0 #b0efab

Analogous Colors of #abb0ef

#abb0ef #c8abef #abd2ef

Monochromatic Colors of #abb0ef

#abb0ef

Complementary Color

#abb0ef #efeaab

#abb0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb0ef Color CSS Codes

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

#abb0ef Text Font Color

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

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


#abb0ef Background Color

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

This div background color is #abb0ef


#abb0ef Border Color

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

This div border color is #abb0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb0ef


Comments

No comments written yet.

Please login to write comment.