Color Hex Logo

#abacea Color Hex

#ABACEA
(171,172,234)
0 Favorites   0 Comments

Color spaces of #abacea

RGB 171172234
HSL0.660.600.79
HSV239°27°92°
CMYK 0.270.260.00   0.08
XYZ46.398444.103583.9093
Yxy44.10350.26600.2529
Hunter Lab66.41058.4927-28.4253
CIE-Lab72.297613.1003-31.1264

#abacea color RGB value is (171,172,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 11101010
Octal 253 254 352
Decimal 171 172 234
Hex AB AC EA

RGB Percentages of Color #abacea

%29.64
%29.81
%40.55

CMYK Percentages of Color #abacea

%27
%26
%0
%8

Triadic Colors of #abacea

#abacea #eaabac #aceaab

Analogous Colors of #abacea

#abacea #caabea #abccea

Monochromatic Colors of #abacea

#abacea

Complementary Color

#abacea #eae9ab

#abacea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacea Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacea Color CSS Codes

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

#abacea Text Font Color

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

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


#abacea Background Color

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

This div background color is #abacea


#abacea Border Color

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

This div border color is #abacea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacea


Comments

No comments written yet.

Please login to write comment.