Color Hex Logo

#acccd4 Color Hex

#ACCCD4
(172,204,212)
0 Favorites   0 Comments

Color spaces of #acccd4

RGB 172204212
HSL0.530.320.75
HSV192°19°83°
CMYK 0.190.040.00   0.17
XYZ50.489856.709970.5724
Yxy56.70990.28400.3190
Hunter Lab75.3060-12.1080-2.8490
CIE-Lab80.0161-8.9217-7.5381

#acccd4 color RGB value is (172,204,212).

#acccd4 hex color red value is 172, green value is 204 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #acccd4 hue: 0.53 , saturation: 0.32 and the lightness value of acccd4 is 0.75.

The process color (four color CMYK) of #acccd4 color hex is 0.19, 0.04, 0.00, 0.17. Web safe color of #acccd4 is #99cccc. Color #acccd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11010100
Octal 254 314 324
Decimal 172 204 212
Hex AC CC D4

RGB Percentages of Color #acccd4

%29.25
%34.69
%36.05

CMYK Percentages of Color #acccd4

%19
%4
%0
%17

Triadic Colors of #acccd4

#acccd4 #d4accc #ccd4ac

Analogous Colors of #acccd4

#acccd4 #acb8d4 #acd4c8

Monochromatic Colors of #acccd4

#acccd4

Complementary Color

#acccd4 #d4b4ac

#acccd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccd4 Color CSS Codes

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

#acccd4 Text Font Color

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

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


#acccd4 Background Color

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

This div background color is #acccd4


#acccd4 Border Color

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

This div border color is #acccd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccd4


Comments

No comments written yet.

Please login to write comment.