Color Hex Logo

#acbcea Color Hex

#ACBCEA
(172,188,234)
0 Favorites   0 Comments

Color spaces of #acbcea

RGB 172188234
HSL0.620.600.80
HSV225°26°92°
CMYK 0.260.200.00   0.08
XYZ49.847850.677684.9964
Yxy50.67760.26870.2732
Hunter Lab71.18820.4109-20.9586
CIE-Lab76.48334.5824-24.6982

#acbcea color RGB value is (172,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 11101010
Octal 254 274 352
Decimal 172 188 234
Hex AC BC EA

RGB Percentages of Color #acbcea

%28.96
%31.65
%39.39

CMYK Percentages of Color #acbcea

%26
%20
%0
%8

Triadic Colors of #acbcea

#acbcea #eaacbc #bceaac

Analogous Colors of #acbcea

#acbcea #bbacea #acdbea

Monochromatic Colors of #acbcea

#acbcea

Complementary Color

#acbcea #eadaac

#acbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbcea Color CSS Codes

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

#acbcea Text Font Color

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

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


#acbcea Background Color

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

This div background color is #acbcea


#acbcea Border Color

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

This div border color is #acbcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbcea


Comments

No comments written yet.

Please login to write comment.