Color Hex Logo

#a4dfdd Color Hex

#A4DFDD
(164,223,221)
0 Favorites   0 Comments

Color spaces of #a4dfdd

RGB 164223221
HSL0.490.480.76
HSV178°26°87°
CMYK 0.260.000.01   0.13
XYZ54.748765.888378.2388
Yxy65.88830.27530.3313
Hunter Lab81.1716-21.6555-0.3277
CIE-Lab84.9394-19.0628-5.1030

#a4dfdd color RGB value is (164,223,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011111 11011101
Octal 244 337 335
Decimal 164 223 221
Hex A4 DF DD

RGB Percentages of Color #a4dfdd

%26.97
%36.68
%36.35

CMYK Percentages of Color #a4dfdd

%26
%0
%1
%13

Triadic Colors of #a4dfdd

#a4dfdd #dda4df #dfdda4

Analogous Colors of #a4dfdd

#a4dfdd #a4c4df #a4dfc0

Monochromatic Colors of #a4dfdd

#a4dfdd

Complementary Color

#a4dfdd #dfa4a6

#a4dfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dfdd Color CSS Codes

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

#a4dfdd Text Font Color

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

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


#a4dfdd Background Color

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

This div background color is #a4dfdd


#a4dfdd Border Color

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

This div border color is #a4dfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dfdd


Comments

No comments written yet.

Please login to write comment.