Color Hex Logo

#a4dfcd Color Hex

#A4DFCD
(164,223,205)
0 Favorites   0 Comments

Color spaces of #a4dfcd

RGB 164223205
HSL0.450.480.76
HSV162°26°87°
CMYK 0.260.000.08   0.13
XYZ52.717065.075667.5400
Yxy65.07560.28440.3511
Hunter Lab80.6694-24.52296.8284
CIE-Lab84.5227-22.47762.7472

#a4dfcd color RGB value is (164,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011111 11001101
Octal 244 337 315
Decimal 164 223 205
Hex A4 DF CD

RGB Percentages of Color #a4dfcd

%27.70
%37.67
%34.63

CMYK Percentages of Color #a4dfcd

%26
%0
%8
%13

Triadic Colors of #a4dfcd

#a4dfcd #cda4df #dfcda4

Analogous Colors of #a4dfcd

#a4dfcd #a4d4df #a4dfb0

Monochromatic Colors of #a4dfcd

#a4dfcd

Complementary Color

#a4dfcd #dfa4b6

#a4dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dfcd Color CSS Codes

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

#a4dfcd Text Font Color

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

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


#a4dfcd Background Color

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

This div background color is #a4dfcd


#a4dfcd Border Color

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

This div border color is #a4dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dfcd


Comments

No comments written yet.

Please login to write comment.