Color Hex Logo

#abb8e5 Color Hex

#ABB8E5
(171,184,229)
0 Favorites   0 Comments

Color spaces of #abb8e5

RGB 171184229
HSL0.630.530.78
HSV227°25°90°
CMYK 0.250.200.00   0.10
XYZ48.077948.596080.9747
Yxy48.59600.27060.2736
Hunter Lab69.71081.1132-20.0725
CIE-Lab75.19935.2871-23.9605

#abb8e5 color RGB value is (171,184,229).

#abb8e5 hex color red value is 171, green value is 184 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #abb8e5 hue: 0.63 , saturation: 0.53 and the lightness value of abb8e5 is 0.78.

The process color (four color CMYK) of #abb8e5 color hex is 0.25, 0.20, 0.00, 0.10. Web safe color of #abb8e5 is #99cccc. Color #abb8e5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111000 11100101
Octal 253 270 345
Decimal 171 184 229
Hex AB B8 E5

RGB Percentages of Color #abb8e5

%29.28
%31.51
%39.21

CMYK Percentages of Color #abb8e5

%25
%20
%0
%10

Triadic Colors of #abb8e5

#abb8e5 #e5abb8 #b8e5ab

Analogous Colors of #abb8e5

#abb8e5 #bbabe5 #abd5e5

Monochromatic Colors of #abb8e5

#abb8e5

Complementary Color

#abb8e5 #e5d8ab

#abb8e5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb8e5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb8e5 Color CSS Codes

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

#abb8e5 Text Font Color

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

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


#abb8e5 Background Color

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

This div background color is #abb8e5


#abb8e5 Border Color

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

This div border color is #abb8e5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb8e5


Comments

No comments written yet.

Please login to write comment.