Color Hex Logo

#accce5 Color Hex

#ACCCE5
(172,204,229)
0 Favorites   0 Comments

Color spaces of #accce5

RGB 172204229
HSL0.570.520.79
HSV206°25°90°
CMYK 0.250.110.00   0.10
XYZ52.749057.613582.4691
Yxy57.61350.27350.2988
Hunter Lab75.9036-8.7831-11.2860
CIE-Lab80.5234-5.1564-15.8889

#accce5 color RGB value is (172,204,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11100101
Octal 254 314 345
Decimal 172 204 229
Hex AC CC E5

RGB Percentages of Color #accce5

%28.43
%33.72
%37.85

CMYK Percentages of Color #accce5

%25
%11
%0
%10

Triadic Colors of #accce5

#accce5 #e5accc #cce5ac

Analogous Colors of #accce5

#accce5 #acb0e5 #ace5e2

Monochromatic Colors of #accce5

#accce5

Complementary Color

#accce5 #e5c5ac

#accce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accce5 Color CSS Codes

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

#accce5 Text Font Color

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

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


#accce5 Background Color

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

This div background color is #accce5


#accce5 Border Color

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

This div border color is #accce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accce5


Comments

No comments written yet.

Please login to write comment.