Color Hex Logo

#a4ccdc Color Hex

#A4CCDC
(164,204,220)
0 Favorites   0 Comments

Color spaces of #a4ccdc

RGB 164204220
HSL0.550.440.75
HSV197°25°86°
CMYK 0.250.070.00   0.14
XYZ49.821056.245675.9408
Yxy56.24560.27370.3090
Hunter Lab74.9971-12.6662-7.5381
CIE-Lab79.7534-9.5851-12.2731

#a4ccdc color RGB value is (164,204,220).

#a4ccdc hex color red value is 164, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a4ccdc hue: 0.55 , saturation: 0.44 and the lightness value of a4ccdc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001100 11011100
Octal 244 314 334
Decimal 164 204 220
Hex A4 CC DC

RGB Percentages of Color #a4ccdc

%27.89
%34.69
%37.41

CMYK Percentages of Color #a4ccdc

%25
%7
%0
%14

Triadic Colors of #a4ccdc

#a4ccdc #dca4cc #ccdca4

Analogous Colors of #a4ccdc

#a4ccdc #a4b0dc #a4dcd0

Monochromatic Colors of #a4ccdc

#a4ccdc

Complementary Color

#a4ccdc #dcb4a4

#a4ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ccdc Color CSS Codes

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

#a4ccdc Text Font Color

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

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


#a4ccdc Background Color

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

This div background color is #a4ccdc


#a4ccdc Border Color

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

This div border color is #a4ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ccdc


Comments

No comments written yet.

Please login to write comment.