Color Hex Logo

#abbbe9 Color Hex

#ABBBE9
(171,187,233)
0 Favorites   0 Comments

Color spaces of #abbbe9

RGB 171187233
HSL0.620.580.79
HSV225°27°91°
CMYK 0.270.200.00   0.09
XYZ49.272950.081884.1606
Yxy50.08180.26850.2729
Hunter Lab70.76850.4366-20.9720
CIE-Lab76.11944.5947-24.7199

#abbbe9 color RGB value is (171,187,233).

#abbbe9 hex color red value is 171, green value is 187 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #abbbe9 hue: 0.62 , saturation: 0.58 and the lightness value of abbbe9 is 0.79.

The process color (four color CMYK) of #abbbe9 color hex is 0.27, 0.20, 0.00, 0.09. Web safe color of #abbbe9 is #99ccff. Color #abbbe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111011 11101001
Octal 253 273 351
Decimal 171 187 233
Hex AB BB E9

RGB Percentages of Color #abbbe9

%28.93
%31.64
%39.42

CMYK Percentages of Color #abbbe9

%27
%20
%0
%9

Triadic Colors of #abbbe9

#abbbe9 #e9abbb #bbe9ab

Analogous Colors of #abbbe9

#abbbe9 #baabe9 #abdae9

Monochromatic Colors of #abbbe9

#abbbe9

Complementary Color

#abbbe9 #e9d9ab

#abbbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbbe9 Color CSS Codes

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

#abbbe9 Text Font Color

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

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


#abbbe9 Background Color

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

This div background color is #abbbe9


#abbbe9 Border Color

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

This div border color is #abbbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbbe9


Comments

No comments written yet.

Please login to write comment.