Color Hex Logo

#acbee1 Color Hex

#ACBEE1
(172,190,225)
0 Favorites   0 Comments

Color spaces of #acbee1

RGB 172190225
HSL0.610.470.78
HSV220°24°88°
CMYK 0.240.160.00   0.12
XYZ49.017351.033878.5012
Yxy51.03380.27450.2858
Hunter Lab71.4379-2.5382-15.1456
CIE-Lab76.69951.3988-19.5098

#acbee1 color RGB value is (172,190,225).

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

The process color (four color CMYK) of #acbee1 color hex is 0.24, 0.16, 0.00, 0.12. Web safe color of #acbee1 is #99cccc. Color #acbee1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 11100001
Octal 254 276 341
Decimal 172 190 225
Hex AC BE E1

RGB Percentages of Color #acbee1

%29.30
%32.37
%38.33

CMYK Percentages of Color #acbee1

%24
%16
%0
%12

Triadic Colors of #acbee1

#acbee1 #e1acbe #bee1ac

Analogous Colors of #acbee1

#acbee1 #b5ace1 #acd9e1

Monochromatic Colors of #acbee1

#acbee1

Complementary Color

#acbee1 #e1cfac

#acbee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbee1 Color CSS Codes

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

#acbee1 Text Font Color

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

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


#acbee1 Background Color

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

This div background color is #acbee1


#acbee1 Border Color

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

This div border color is #acbee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbee1


Comments

No comments written yet.

Please login to write comment.