Color Hex Logo

#acbee0 Color Hex

#ACBEE0
(172,190,224)
0 Favorites   0 Comments

Color spaces of #acbee0

RGB 172190224
HSL0.610.460.78
HSV219°23°88°
CMYK 0.230.150.00   0.12
XYZ48.881350.979477.7847
Yxy50.97940.27520.2870
Hunter Lab71.3999-2.7463-14.6120
CIE-Lab76.66651.1696-19.0194

#acbee0 color RGB value is (172,190,224).

#acbee0 hex color red value is 172, green value is 190 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #acbee0 hue: 0.61 , saturation: 0.46 and the lightness value of acbee0 is 0.78.

The process color (four color CMYK) of #acbee0 color hex is 0.23, 0.15, 0.00, 0.12. Web safe color of #acbee0 is #99cccc. Color #acbee0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 11100000
Octal 254 276 340
Decimal 172 190 224
Hex AC BE E0

RGB Percentages of Color #acbee0

%29.35
%32.42
%38.23

CMYK Percentages of Color #acbee0

%23
%15
%0
%12

Triadic Colors of #acbee0

#acbee0 #e0acbe #bee0ac

Analogous Colors of #acbee0

#acbee0 #b4ace0 #acd8e0

Monochromatic Colors of #acbee0

#acbee0

Complementary Color

#acbee0 #e0ceac

#acbee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbee0 Color CSS Codes

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

#acbee0 Text Font Color

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

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


#acbee0 Background Color

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

This div background color is #acbee0


#acbee0 Border Color

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

This div border color is #acbee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbee0


Comments

No comments written yet.

Please login to write comment.