#a5dcdd

#a5dcdd color hex

#a5dcdd hex color information.
RGB value of #a5dcdd is (165,220,221)
Change page background color to #a5dcdd | Reset

#a5dcdd rgb color chart

Color spaces of #a5dcdd

RGB 165220221
HSL0.500.450.76
HSV181°25°87°
CMYK 0.250.000.00   0.13
XYZ54.161464.406277.9836
Yxy64.40620.27560.3277
Hunter Lab80.2535-19.9776-1.4356
CIE-Lab84.1768-17.2687-6.2229

Shades of #a5dcdd

Tints of #a5dcdd

RGB Percentages of Color #a5dcdd

%27.23
%36.30
%36.47

CMYK Percentages of Color #a5dcdd

%25
%0
%0
%13

#a5dcdd Color Info

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

The process color (four color CMYK) of #a5dcdd hex color is 0.25, 0.00, 0.00, 0.13. Web safe color of #a5dcdd is #99cccc

Color #a5dcdd contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011100 11011101
Octal 245 334 335
Decimal 165 220 221
Hexadecimal A5 DC DD

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #a5dcdd

Triadic Colors of #a5dcdd

#a5dcdd #dda4dc #dcdda4

Analogous Colors of #a5dcdd

#a5dcdd #a4c0dd #a4ddc2

Complementary Color of #a5dcdd

#a5dcdd #dda5a4

#a5dcdd HSL Color Chart
#a5dcdd hsl color chart
#a5dcdd RGB Color Chart

#a5dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dcdd Color CSS Codes

.mybgcolor {background-color:#a5dcdd; } 
.myforecolor {color:#a5dcdd; }
.mybordercolor {border:3px solid #a5dcdd; }
Sample text font color #a5dcdd

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

html code
<p style="color:#a5dcdd">Text here</p>
#a5dcdd background color

This div background color is #a5dcdd

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

This div border color is #a5dcdd

<div style="border:3px solid #a5dcdd">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #a5dcdd Color Sample
#a5dcddborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(165,220,221, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #a5dcdd; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #a5dcdd;
  -webkit-box-shadow: 1px 1px 3px 2px #a5dcdd;
  box-shadow:         1px 1px 3px 2px #a5dcdd; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,220,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 #a5dcdd">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #a5dcdd

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top