Color Hex Logo

#abb0ea Color Hex

#ABB0EA
(171,176,234)
0 Favorites   0 Comments

Color spaces of #abb0ea

RGB 171176234
HSL0.650.600.79
HSV235°27°92°
CMYK 0.270.250.00   0.08
XYZ47.171245.649184.1669
Yxy45.64910.26650.2579
Hunter Lab67.56416.3860-26.5647
CIE-Lab73.317310.8790-29.5559

#abb0ea color RGB value is (171,176,234).

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

The process color (four color CMYK) of #abb0ea color hex is 0.27, 0.25, 0.00, 0.08. Web safe color of #abb0ea is #9999ff. Color #abb0ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 11101010
Octal 253 260 352
Decimal 171 176 234
Hex AB B0 EA

RGB Percentages of Color #abb0ea

%29.43
%30.29
%40.28

CMYK Percentages of Color #abb0ea

%27
%25
%0
%8

Triadic Colors of #abb0ea

#abb0ea #eaabb0 #b0eaab

Analogous Colors of #abb0ea

#abb0ea #c6abea #abd0ea

Monochromatic Colors of #abb0ea

#abb0ea

Complementary Color

#abb0ea #eae5ab

#abb0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb0ea Color CSS Codes

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

#abb0ea Text Font Color

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

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


#abb0ea Background Color

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

This div background color is #abb0ea


#abb0ea Border Color

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

This div border color is #abb0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb0ea


Comments

No comments written yet.

Please login to write comment.