Color Hex Logo

#a4ccdf Color Hex

#A4CCDF
(164,204,223)
0 Favorites   0 Comments

Color spaces of #a4ccdf

RGB 164204223
HSL0.550.480.76
HSV199°26°87°
CMYK 0.260.090.00   0.13
XYZ50.222056.406078.0525
Yxy56.40600.27190.3054
Hunter Lab75.1039-12.0689-9.0450
CIE-Lab79.8443-8.8983-13.7453

#a4ccdf color RGB value is (164,204,223).

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

The process color (four color CMYK) of #a4ccdf color hex is 0.26, 0.09, 0.00, 0.13. Web safe color of #a4ccdf is #99cccc. Color #a4ccdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001100 11011111
Octal 244 314 337
Decimal 164 204 223
Hex A4 CC DF

RGB Percentages of Color #a4ccdf

%27.75
%34.52
%37.73

CMYK Percentages of Color #a4ccdf

%26
%9
%0
%13

Triadic Colors of #a4ccdf

#a4ccdf #dfa4cc #ccdfa4

Analogous Colors of #a4ccdf

#a4ccdf #a4afdf #a4dfd5

Monochromatic Colors of #a4ccdf

#a4ccdf

Complementary Color

#a4ccdf #dfb7a4

#a4ccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ccdf Color CSS Codes

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

#a4ccdf Text Font Color

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

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


#a4ccdf Background Color

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

This div background color is #a4ccdf


#a4ccdf Border Color

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

This div border color is #a4ccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ccdf


Comments

No comments written yet.

Please login to write comment.