Color Hex Logo

#abb3ea Color Hex

#ABB3EA
(171,179,234)
0 Favorites   0 Comments

Color spaces of #abb3ea

RGB 171179234
HSL0.650.600.79
HSV232°27°92°
CMYK 0.270.240.00   0.08
XYZ47.766046.838684.3651
Yxy46.83860.26690.2617
Hunter Lab68.43874.8142-25.1803
CIE-Lab74.08649.2206-28.3737

#abb3ea color RGB value is (171,179,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110011 11101010
Octal 253 263 352
Decimal 171 179 234
Hex AB B3 EA

RGB Percentages of Color #abb3ea

%29.28
%30.65
%40.07

CMYK Percentages of Color #abb3ea

%27
%24
%0
%8

Triadic Colors of #abb3ea

#abb3ea #eaabb3 #b3eaab

Analogous Colors of #abb3ea

#abb3ea #c3abea #abd3ea

Monochromatic Colors of #abb3ea

#abb3ea

Complementary Color

#abb3ea #eae2ab

#abb3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb3ea Color CSS Codes

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

#abb3ea Text Font Color

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

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


#abb3ea Background Color

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

This div background color is #abb3ea


#abb3ea Border Color

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

This div border color is #abb3ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb3ea


Comments

No comments written yet.

Please login to write comment.