Color Hex Logo

#accae4 Color Hex

#ACCAE4
(172,202,228)
0 Favorites   0 Comments

Color spaces of #accae4

RGB 172202228
HSL0.580.510.78
HSV208°25°89°
CMYK 0.250.110.00   0.11
XYZ52.137456.613281.5783
Yxy56.61320.27390.2974
Hunter Lab75.2417-7.9847-11.6139
CIE-Lab79.9615-4.3287-16.1988

#accae4 color RGB value is (172,202,228).

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

The process color (four color CMYK) of #accae4 color hex is 0.25, 0.11, 0.00, 0.11. Web safe color of #accae4 is #99cccc. Color #accae4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 11100100
Octal 254 312 344
Decimal 172 202 228
Hex AC CA E4

RGB Percentages of Color #accae4

%28.57
%33.55
%37.87

CMYK Percentages of Color #accae4

%25
%11
%0
%11

Triadic Colors of #accae4

#accae4 #e4acca #cae4ac

Analogous Colors of #accae4

#accae4 #acaee4 #ace4e2

Monochromatic Colors of #accae4

#accae4

Complementary Color

#accae4 #e4c6ac

#accae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accae4 Color CSS Codes

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

#accae4 Text Font Color

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

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


#accae4 Background Color

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

This div background color is #accae4


#accae4 Border Color

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

This div border color is #accae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accae4

#accae4 Color Palettes


Comments

No comments written yet.

Please login to write comment.