Color Hex Logo

#abaceb Color Hex

#ABACEB
(171,172,235)
0 Favorites   0 Comments

Color spaces of #abaceb

RGB 171172235
HSL0.660.620.80
HSV239°27°92°
CMYK 0.270.270.00   0.08
XYZ46.542544.161184.6682
Yxy44.16110.26540.2518
Hunter Lab66.45388.7225-29.0232
CIE-Lab72.336013.3418-31.6113

#abaceb color RGB value is (171,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 11101011
Octal 253 254 353
Decimal 171 172 235
Hex AB AC EB

RGB Percentages of Color #abaceb

%29.58
%29.76
%40.66

CMYK Percentages of Color #abaceb

%27
%27
%0
%8

Triadic Colors of #abaceb

#abaceb #ebabac #acebab

Analogous Colors of #abaceb

#abaceb #caabeb #abcceb

Monochromatic Colors of #abaceb

#abaceb

Complementary Color

#abaceb #ebeaab

#abaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaceb Color CSS Codes

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

#abaceb Text Font Color

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

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


#abaceb Background Color

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

This div background color is #abaceb


#abaceb Border Color

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

This div border color is #abaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaceb


Comments

No comments written yet.

Please login to write comment.