Color Hex Logo

#abaeeb Color Hex

#ABAEEB
(171,174,235)
0 Favorites   0 Comments

Color spaces of #abaeeb

RGB 171174235
HSL0.660.620.80
HSV237°27°92°
CMYK 0.270.260.00   0.08
XYZ46.926044.928284.7960
Yxy44.92820.26560.2543
Hunter Lab67.02857.6662-28.0863
CIE-Lab72.844612.2293-30.8270

#abaeeb color RGB value is (171,174,235).

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

The process color (four color CMYK) of #abaeeb color hex is 0.27, 0.26, 0.00, 0.08. Web safe color of #abaeeb is #9999ff. Color #abaeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11101011
Octal 253 256 353
Decimal 171 174 235
Hex AB AE EB

RGB Percentages of Color #abaeeb

%29.48
%30.00
%40.52

CMYK Percentages of Color #abaeeb

%27
%26
%0
%8

Triadic Colors of #abaeeb

#abaeeb #ebabae #aeebab

Analogous Colors of #abaeeb

#abaeeb #c8abeb #abceeb

Monochromatic Colors of #abaeeb

#abaeeb

Complementary Color

#abaeeb #ebe8ab

#abaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaeeb Color CSS Codes

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

#abaeeb Text Font Color

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

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


#abaeeb Background Color

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

This div background color is #abaeeb


#abaeeb Border Color

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

This div border color is #abaeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaeeb


Comments

No comments written yet.

Please login to write comment.