Color Hex Logo

#a5dede Color Hex

#A5DEDE
(165,222,222)
0 Favorites   0 Comments

Color spaces of #a5dede

RGB 165222222
HSL0.500.460.76
HSV180°26°87°
CMYK 0.260.000.00   0.13
XYZ54.823165.515878.8636
Yxy65.51580.27520.3289
Hunter Lab80.9418-20.7475-1.1084
CIE-Lab84.7488-18.0529-5.9072

#a5dede color RGB value is (165,222,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011110 11011110
Octal 245 336 336
Decimal 165 222 222
Hex A5 DE DE

RGB Percentages of Color #a5dede

%27.09
%36.45
%36.45

CMYK Percentages of Color #a5dede

%26
%0
%0
%13

Triadic Colors of #a5dede

#a5dede #dea5de #dedea5

Analogous Colors of #a5dede

#a5dede #a5c2de #a5dec2

Monochromatic Colors of #a5dede

#a5dede

Complementary Color

#a5dede #dea5a5

#a5dede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dede Color CSS Codes

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

#a5dede Text Font Color

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

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


#a5dede Background Color

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

This div background color is #a5dede


#a5dede Border Color

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

This div border color is #a5dede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dede

#a5dede Color Palettes


Comments

No comments written yet.

Please login to write comment.