Color Hex Logo

#acaed5 Color Hex

#ACAED5
(172,174,213)
0 Favorites   0 Comments

Color spaces of #acaed5

RGB 172174213
HSL0.660.330.75
HSV237°19°84°
CMYK 0.190.180.00   0.16
XYZ44.159543.846969.0866
Yxy43.84690.28110.2791
Hunter Lab66.21703.1603-15.5075
CIE-Lab72.12607.4027-19.9184

#acaed5 color RGB value is (172,174,213).

#acaed5 hex color red value is 172, green value is 174 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #acaed5 hue: 0.66 , saturation: 0.33 and the lightness value of acaed5 is 0.75.

The process color (four color CMYK) of #acaed5 color hex is 0.19, 0.18, 0.00, 0.16. Web safe color of #acaed5 is #9999cc. Color #acaed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11010101
Octal 254 256 325
Decimal 172 174 213
Hex AC AE D5

RGB Percentages of Color #acaed5

%30.77
%31.13
%38.10

CMYK Percentages of Color #acaed5

%19
%18
%0
%16

Triadic Colors of #acaed5

#acaed5 #d5acae #aed5ac

Analogous Colors of #acaed5

#acaed5 #bfacd5 #acc3d5

Monochromatic Colors of #acaed5

#acaed5

Complementary Color

#acaed5 #d5d3ac

#acaed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaed5 Color CSS Codes

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

#acaed5 Text Font Color

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

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


#acaed5 Background Color

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

This div background color is #acaed5


#acaed5 Border Color

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

This div border color is #acaed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaed5


Comments

No comments written yet.

Please login to write comment.