Color Hex Logo

#a4dcdf Color Hex

#A4DCDF
(164,220,223)
0 Favorites   0 Comments

Color spaces of #a4dcdf

RGB 164220223
HSL0.510.480.76
HSV183°26°87°
CMYK 0.260.010.00   0.13
XYZ54.222364.406679.3859
Yxy64.40660.27380.3253
Hunter Lab80.2537-19.8430-2.4713
CIE-Lab84.1770-17.1142-7.2887

#a4dcdf color RGB value is (164,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011100 11011111
Octal 244 334 337
Decimal 164 220 223
Hex A4 DC DF

RGB Percentages of Color #a4dcdf

%27.02
%36.24
%36.74

CMYK Percentages of Color #a4dcdf

%26
%1
%0
%13

Triadic Colors of #a4dcdf

#a4dcdf #dfa4dc #dcdfa4

Analogous Colors of #a4dcdf

#a4dcdf #a4bfdf #a4dfc5

Monochromatic Colors of #a4dcdf

#a4dcdf

Complementary Color

#a4dcdf #dfa7a4

#a4dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dcdf Color CSS Codes

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

#a4dcdf Text Font Color

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

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


#a4dcdf Background Color

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

This div background color is #a4dcdf


#a4dcdf Border Color

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

This div border color is #a4dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dcdf


Comments

No comments written yet.

Please login to write comment.