Color Hex Logo

#accae1 Color Hex

#ACCAE1
(172,202,225)
0 Favorites   0 Comments

Color spaces of #accae1

RGB 172202225
HSL0.570.470.78
HSV206°24°88°
CMYK 0.240.100.00   0.12
XYZ51.724456.448079.4035
Yxy56.44800.27580.3009
Hunter Lab75.1319-8.5928-10.0686
CIE-Lab79.8681-5.0096-14.7312

#accae1 color RGB value is (172,202,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11100001
Octal 254 312 341
Decimal 172 202 225
Hex AC CA E1

RGB Percentages of Color #accae1

%28.71
%33.72
%37.56

CMYK Percentages of Color #accae1

%24
%10
%0
%12

Triadic Colors of #accae1

#accae1 #e1acca #cae1ac

Analogous Colors of #accae1

#accae1 #acb0e1 #ace1de

Monochromatic Colors of #accae1

#accae1

Complementary Color

#accae1 #e1c3ac

#accae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accae1 Color CSS Codes

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

#accae1 Text Font Color

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

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


#accae1 Background Color

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

This div background color is #accae1


#accae1 Border Color

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

This div border color is #accae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accae1


Comments

No comments written yet.

Please login to write comment.