Color Hex Logo

#abb4ea Color Hex

#ABB4EA
(171,180,234)
0 Favorites   0 Comments

Color spaces of #abb4ea

RGB 171180234
HSL0.640.600.79
HSV231°27°92°
CMYK 0.270.230.00   0.08
XYZ47.967147.241084.4322
Yxy47.24100.26700.2630
Hunter Lab68.73214.2913-24.7208
CIE-Lab74.34378.6689-27.9789

#abb4ea color RGB value is (171,180,234).

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

The process color (four color CMYK) of #abb4ea color hex is 0.27, 0.23, 0.00, 0.08. Web safe color of #abb4ea is #99ccff. Color #abb4ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110100 11101010
Octal 253 264 352
Decimal 171 180 234
Hex AB B4 EA

RGB Percentages of Color #abb4ea

%29.23
%30.77
%40.00

CMYK Percentages of Color #abb4ea

%27
%23
%0
%8

Triadic Colors of #abb4ea

#abb4ea #eaabb4 #b4eaab

Analogous Colors of #abb4ea

#abb4ea #c2abea #abd4ea

Monochromatic Colors of #abb4ea

#abb4ea

Complementary Color

#abb4ea #eae1ab

#abb4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb4ea Color CSS Codes

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

#abb4ea Text Font Color

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

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


#abb4ea Background Color

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

This div background color is #abb4ea


#abb4ea Border Color

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

This div border color is #abb4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb4ea

#abb4ea Color Palettes


Comments

No comments written yet.

Please login to write comment.