Color Hex Logo

#abbee0 Color Hex

#ABBEE0
(171,190,224)
0 Favorites   0 Comments

Color spaces of #abbee0

RGB 171190224
HSL0.610.460.77
HSV218°24°88°
CMYK 0.240.150.00   0.12
XYZ48.662650.866777.7745
Yxy50.86670.27450.2869
Hunter Lab71.3209-3.0201-14.7303
CIE-Lab76.59820.8658-19.1294

#abbee0 color RGB value is (171,190,224).

#abbee0 hex color red value is 171, green value is 190 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #abbee0 hue: 0.61 , saturation: 0.46 and the lightness value of abbee0 is 0.77.

The process color (four color CMYK) of #abbee0 color hex is 0.24, 0.15, 0.00, 0.12. Web safe color of #abbee0 is #99cccc. Color #abbee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11100000
Octal 253 276 340
Decimal 171 190 224
Hex AB BE E0

RGB Percentages of Color #abbee0

%29.23
%32.48
%38.29

CMYK Percentages of Color #abbee0

%24
%15
%0
%12

Triadic Colors of #abbee0

#abbee0 #e0abbe #bee0ab

Analogous Colors of #abbee0

#abbee0 #b3abe0 #abd9e0

Monochromatic Colors of #abbee0

#abbee0

Complementary Color

#abbee0 #e0cdab

#abbee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbee0 Color CSS Codes

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

#abbee0 Text Font Color

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

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


#abbee0 Background Color

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

This div background color is #abbee0


#abbee0 Border Color

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

This div border color is #abbee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbee0


Comments

No comments written yet.

Please login to write comment.