Color Hex Logo

#abbfee Color Hex

#ABBFEE
(171,191,238)
0 Favorites   0 Comments

Color spaces of #abbfee

RGB 171191238
HSL0.620.660.80
HSV222°28°93°
CMYK 0.280.200.00   0.07
XYZ50.858052.092688.2633
Yxy52.09260.26600.2724
Hunter Lab72.1752-0.5272-21.9833
CIE-Lab77.33623.6119-25.5575

#abbfee color RGB value is (171,191,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11101110
Octal 253 277 356
Decimal 171 191 238
Hex AB BF EE

RGB Percentages of Color #abbfee

%28.50
%31.83
%39.67

CMYK Percentages of Color #abbfee

%28
%20
%0
%7

Triadic Colors of #abbfee

#abbfee #eeabbf #bfeeab

Analogous Colors of #abbfee

#abbfee #b9abee #abe1ee

Monochromatic Colors of #abbfee

#abbfee

Complementary Color

#abbfee #eedaab

#abbfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfee Color CSS Codes

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

#abbfee Text Font Color

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

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


#abbfee Background Color

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

This div background color is #abbfee


#abbfee Border Color

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

This div border color is #abbfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfee


Comments

No comments written yet.

Please login to write comment.