Color Hex Logo

#acafe0 Color Hex

#ACAFE0
(172,175,224)
0 Favorites   0 Comments

Color spaces of #acafe0

RGB 172175224
HSL0.660.460.78
HSV237°23°88°
CMYK 0.230.220.00   0.12
XYZ45.797844.812476.7569
Yxy44.81240.27360.2677
Hunter Lab66.94214.9705-21.1235
CIE-Lab72.76829.3658-24.9497

#acafe0 color RGB value is (172,175,224).

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

The process color (four color CMYK) of #acafe0 color hex is 0.23, 0.22, 0.00, 0.12. Web safe color of #acafe0 is #9999cc. Color #acafe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 11100000
Octal 254 257 340
Decimal 172 175 224
Hex AC AF E0

RGB Percentages of Color #acafe0

%30.12
%30.65
%39.23

CMYK Percentages of Color #acafe0

%23
%22
%0
%12

Triadic Colors of #acafe0

#acafe0 #e0acaf #afe0ac

Analogous Colors of #acafe0

#acafe0 #c3ace0 #acc9e0

Monochromatic Colors of #acafe0

#acafe0

Complementary Color

#acafe0 #e0ddac

#acafe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acafe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acafe0 Color CSS Codes

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

#acafe0 Text Font Color

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

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


#acafe0 Background Color

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

This div background color is #acafe0


#acafe0 Border Color

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

This div border color is #acafe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acafe0


Comments

No comments written yet.

Please login to write comment.