Color Hex Logo

#a4dede Color Hex

#A4DEDE
(164,222,222)
0 Favorites   0 Comments

Color spaces of #a4dede

RGB 164222222
HSL0.500.470.76
HSV180°26°87°
CMYK 0.260.000.00   0.13
XYZ54.615965.409078.8539
Yxy65.40900.27460.3289
Hunter Lab80.8758-20.9907-1.1946
CIE-Lab84.6941-18.3418-5.9943

#a4dede color RGB value is (164,222,222).

#a4dede hex color red value is 164, green value is 222 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a4dede hue: 0.50 , saturation: 0.47 and the lightness value of a4dede is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011110 11011110
Octal 244 336 336
Decimal 164 222 222
Hex A4 DE DE

RGB Percentages of Color #a4dede

%26.97
%36.51
%36.51

CMYK Percentages of Color #a4dede

%26
%0
%0
%13

Triadic Colors of #a4dede

#a4dede #dea4de #dedea4

Analogous Colors of #a4dede

#a4dede #a4c1de #a4dec1

Monochromatic Colors of #a4dede

#a4dede

Complementary Color

#a4dede #dea4a4

#a4dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dede Color CSS Codes

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

#a4dede Text Font Color

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

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


#a4dede Background Color

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

This div background color is #a4dede


#a4dede Border Color

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

This div border color is #a4dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dede


Comments

No comments written yet.

Please login to write comment.