Color Hex Logo

#acbaea Color Hex

#ACBAEA
(172,186,234)
0 Favorites   0 Comments

Color spaces of #acbaea

RGB 172186234
HSL0.630.600.80
HSV226°26°92°
CMYK 0.260.210.00   0.08
XYZ49.423449.829084.8550
Yxy49.82900.26840.2707
Hunter Lab70.58971.4450-21.8591
CIE-Lab75.96425.6724-25.4910

#acbaea color RGB value is (172,186,234).

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

The process color (four color CMYK) of #acbaea color hex is 0.26, 0.21, 0.00, 0.08. Web safe color of #acbaea is #99ccff. Color #acbaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111010 11101010
Octal 254 272 352
Decimal 172 186 234
Hex AC BA EA

RGB Percentages of Color #acbaea

%29.05
%31.42
%39.53

CMYK Percentages of Color #acbaea

%26
%21
%0
%8

Triadic Colors of #acbaea

#acbaea #eaacba #baeaac

Analogous Colors of #acbaea

#acbaea #bdacea #acd9ea

Monochromatic Colors of #acbaea

#acbaea

Complementary Color

#acbaea #eadcac

#acbaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbaea Color CSS Codes

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

#acbaea Text Font Color

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

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


#acbaea Background Color

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

This div background color is #acbaea


#acbaea Border Color

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

This div border color is #acbaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbaea


Comments

No comments written yet.

Please login to write comment.