Color Hex Logo

#abb3eb Color Hex

#ABB3EB
(171,179,235)
0 Favorites   0 Comments

Color spaces of #abb3eb

RGB 171179235
HSL0.650.620.80
HSV233°27°92°
CMYK 0.270.240.00   0.08
XYZ47.910146.896385.1240
Yxy46.89630.26630.2606
Hunter Lab68.48095.0394-25.7628
CIE-Lab74.12349.4606-28.8591

#abb3eb color RGB value is (171,179,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110011 11101011
Octal 253 263 353
Decimal 171 179 235
Hex AB B3 EB

RGB Percentages of Color #abb3eb

%29.23
%30.60
%40.17

CMYK Percentages of Color #abb3eb

%27
%24
%0
%8

Triadic Colors of #abb3eb

#abb3eb #ebabb3 #b3ebab

Analogous Colors of #abb3eb

#abb3eb #c3abeb #abd3eb

Monochromatic Colors of #abb3eb

#abb3eb

Complementary Color

#abb3eb #ebe3ab

#abb3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb3eb Color CSS Codes

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

#abb3eb Text Font Color

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

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


#abb3eb Background Color

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

This div background color is #abb3eb


#abb3eb Border Color

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

This div border color is #abb3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb3eb


Comments

No comments written yet.

Please login to write comment.