Color Hex Logo

#abb7ea Color Hex

#ABB7EA
(171,183,234)
0 Favorites   0 Comments

Color spaces of #abb7ea

RGB 171183234
HSL0.630.600.79
HSV229°27°92°
CMYK 0.270.220.00   0.08
XYZ48.579448.465484.6363
Yxy48.46540.26740.2668
Hunter Lab69.61712.7289-23.3493
CIE-Lab75.11757.0199-26.7925

#abb7ea color RGB value is (171,183,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 11101010
Octal 253 267 352
Decimal 171 183 234
Hex AB B7 EA

RGB Percentages of Color #abb7ea

%29.08
%31.12
%39.80

CMYK Percentages of Color #abb7ea

%27
%22
%0
%8

Triadic Colors of #abb7ea

#abb7ea #eaabb7 #b7eaab

Analogous Colors of #abb7ea

#abb7ea #bfabea #abd7ea

Monochromatic Colors of #abb7ea

#abb7ea

Complementary Color

#abb7ea #eadeab

#abb7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb7ea Color CSS Codes

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

#abb7ea Text Font Color

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

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


#abb7ea Background Color

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

This div background color is #abb7ea


#abb7ea Border Color

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

This div border color is #abb7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb7ea


Comments

No comments written yet.

Please login to write comment.