Color Hex Logo

#acafe5 Color Hex

#ACAFE5
(172,175,229)
0 Favorites   0 Comments

Color spaces of #acafe5

RGB 172175229
HSL0.660.520.79
HSV237°25°90°
CMYK 0.250.240.00   0.10
XYZ46.486145.087780.3815
Yxy45.08770.27030.2622
Hunter Lab67.14746.0676-23.9723
CIE-Lab72.949610.5379-27.3957

#acafe5 color RGB value is (172,175,229).

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

The process color (four color CMYK) of #acafe5 color hex is 0.25, 0.24, 0.00, 0.10. Web safe color of #acafe5 is #9999cc. Color #acafe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101111 11100101
Octal 254 257 345
Decimal 172 175 229
Hex AC AF E5

RGB Percentages of Color #acafe5

%29.86
%30.38
%39.76

CMYK Percentages of Color #acafe5

%25
%24
%0
%10

Triadic Colors of #acafe5

#acafe5 #e5acaf #afe5ac

Analogous Colors of #acafe5

#acafe5 #c6ace5 #accce5

Monochromatic Colors of #acafe5

#acafe5

Complementary Color

#acafe5 #e5e2ac

#acafe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acafe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acafe5 Color CSS Codes

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

#acafe5 Text Font Color

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

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


#acafe5 Background Color

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

This div background color is #acafe5


#acafe5 Border Color

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

This div border color is #acafe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acafe5


Comments

No comments written yet.

Please login to write comment.