Color Hex Logo

#a5decd Color Hex

#A5DECD
(165,222,205)
0 Favorites   0 Comments

Color spaces of #a5decd

RGB 165222205
HSL0.450.460.76
HSV162°26°87°
CMYK 0.260.000.08   0.13
XYZ52.657864.649767.4609
Yxy64.64970.28500.3499
Hunter Lab80.4050-23.80806.5384
CIE-Lab84.3029-21.68422.4349

#a5decd color RGB value is (165,222,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011110 11001101
Octal 245 336 315
Decimal 165 222 205
Hex A5 DE CD

RGB Percentages of Color #a5decd

%27.87
%37.50
%34.63

CMYK Percentages of Color #a5decd

%26
%0
%8
%13

Triadic Colors of #a5decd

#a5decd #cda5de #decda5

Analogous Colors of #a5decd

#a5decd #a5d3de #a5deb1

Monochromatic Colors of #a5decd

#a5decd

Complementary Color

#a5decd #dea5b6

#a5decd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5decd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5decd Color CSS Codes

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

#a5decd Text Font Color

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

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


#a5decd Background Color

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

This div background color is #a5decd


#a5decd Border Color

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

This div border color is #a5decd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5decd


Comments

No comments written yet.

Please login to write comment.