Color Hex Logo

#abbfef Color Hex

#ABBFEF
(171,191,239)
0 Favorites   0 Comments

Color spaces of #abbfef

RGB 171191239
HSL0.620.680.80
HSV222°28°94°
CMYK 0.280.200.00   0.06
XYZ51.005452.151589.0393
Yxy52.15150.26540.2713
Hunter Lab72.2160-0.3053-22.5509
CIE-Lab77.37133.8521-26.0417

#abbfef color RGB value is (171,191,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11101111
Octal 253 277 357
Decimal 171 191 239
Hex AB BF EF

RGB Percentages of Color #abbfef

%28.45
%31.78
%39.77

CMYK Percentages of Color #abbfef

%28
%20
%0
%6

Triadic Colors of #abbfef

#abbfef #efabbf #bfefab

Analogous Colors of #abbfef

#abbfef #b9abef #abe1ef

Monochromatic Colors of #abbfef

#abbfef

Complementary Color

#abbfef #efdbab

#abbfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfef Color CSS Codes

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

#abbfef Text Font Color

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

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


#abbfef Background Color

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

This div background color is #abbfef


#abbfef Border Color

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

This div border color is #abbfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfef


Comments

No comments written yet.

Please login to write comment.