Color Hex Logo

#accce4 Color Hex

#ACCCE4
(172,204,228)
0 Favorites   0 Comments

Color spaces of #accce4

RGB 172204228
HSL0.570.510.78
HSV206°25°89°
CMYK 0.250.110.00   0.11
XYZ52.609757.557881.7357
Yxy57.55780.27410.2999
Hunter Lab75.8669-8.9866-10.7697
CIE-Lab80.4923-5.3843-15.4005

#accce4 color RGB value is (172,204,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11100100
Octal 254 314 344
Decimal 172 204 228
Hex AC CC E4

RGB Percentages of Color #accce4

%28.48
%33.77
%37.75

CMYK Percentages of Color #accce4

%25
%11
%0
%11

Triadic Colors of #accce4

#accce4 #e4accc #cce4ac

Analogous Colors of #accce4

#accce4 #acb0e4 #ace4e0

Monochromatic Colors of #accce4

#accce4

Complementary Color

#accce4 #e4c4ac

#accce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accce4 Color CSS Codes

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

#accce4 Text Font Color

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

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


#accce4 Background Color

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

This div background color is #accce4


#accce4 Border Color

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

This div border color is #accce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accce4


Comments

No comments written yet.

Please login to write comment.