Color Hex Logo

#abbbef Color Hex

#ABBBEF
(171,187,239)
0 Favorites   0 Comments

Color spaces of #abbbef

RGB 171187239
HSL0.630.680.80
HSV226°28°94°
CMYK 0.280.220.00   0.06
XYZ50.144950.430688.7525
Yxy50.43060.26490.2664
Hunter Lab71.01451.7674-24.3893
CIE-Lab76.33286.0306-27.6313

#abbbef color RGB value is (171,187,239).

#abbbef hex color red value is 171, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #abbbef hue: 0.63 , saturation: 0.68 and the lightness value of abbbef is 0.80.

The process color (four color CMYK) of #abbbef color hex is 0.28, 0.22, 0.00, 0.06. Web safe color of #abbbef is #99ccff. Color #abbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111011 11101111
Octal 253 273 357
Decimal 171 187 239
Hex AB BB EF

RGB Percentages of Color #abbbef

%28.64
%31.32
%40.03

CMYK Percentages of Color #abbbef

%28
%22
%0
%6

Triadic Colors of #abbbef

#abbbef #efabbb #bbefab

Analogous Colors of #abbbef

#abbbef #bdabef #abddef

Monochromatic Colors of #abbbef

#abbbef

Complementary Color

#abbbef #efdfab

#abbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbbef Color CSS Codes

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

#abbbef Text Font Color

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

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


#abbbef Background Color

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

This div background color is #abbbef


#abbbef Border Color

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

This div border color is #abbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbbef


Comments

No comments written yet.

Please login to write comment.