Color Hex Logo

#abbeeb Color Hex

#ABBEEB
(171,190,235)
0 Favorites   0 Comments

Color spaces of #abbeeb

RGB 171190235
HSL0.620.620.80
HSV222°27°92°
CMYK 0.270.190.00   0.08
XYZ50.203451.483085.8885
Yxy51.48300.26760.2745
Hunter Lab71.7517-0.6720-20.7454
CIE-Lab76.97073.4383-24.4999

#abbeeb color RGB value is (171,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11101011
Octal 253 276 353
Decimal 171 190 235
Hex AB BE EB

RGB Percentages of Color #abbeeb

%28.69
%31.88
%39.43

CMYK Percentages of Color #abbeeb

%27
%19
%0
%8

Triadic Colors of #abbeeb

#abbeeb #ebabbe #beebab

Analogous Colors of #abbeeb

#abbeeb #b8abeb #abdeeb

Monochromatic Colors of #abbeeb

#abbeeb

Complementary Color

#abbeeb #ebd8ab

#abbeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbeeb Color CSS Codes

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

#abbeeb Text Font Color

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

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


#abbeeb Background Color

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

This div background color is #abbeeb


#abbeeb Border Color

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

This div border color is #abbeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbeeb


Comments

No comments written yet.

Please login to write comment.