Color Hex Logo

#a5dadd Color Hex

#A5DADD
(165,218,221)
0 Favorites   0 Comments

Color spaces of #a5dadd

RGB 165218221
HSL0.510.450.76
HSV183°25°87°
CMYK 0.250.010.00   0.13
XYZ53.639663.362677.8097
Yxy63.36260.27530.3253
Hunter Lab79.6006-19.0173-2.2356
CIE-Lab83.6328-16.2593-7.0277

#a5dadd color RGB value is (165,218,221).

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

The process color (four color CMYK) of #a5dadd color hex is 0.25, 0.01, 0.00, 0.13. Web safe color of #a5dadd is #99cccc. Color #a5dadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011010 11011101
Octal 245 332 335
Decimal 165 218 221
Hex A5 DA DD

RGB Percentages of Color #a5dadd

%27.32
%36.09
%36.59

CMYK Percentages of Color #a5dadd

%25
%1
%0
%13

Triadic Colors of #a5dadd

#a5dadd #dda5da #dadda5

Analogous Colors of #a5dadd

#a5dadd #a5bedd #a5ddc4

Monochromatic Colors of #a5dadd

#a5dadd

Complementary Color

#a5dadd #dda8a5

#a5dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dadd Color CSS Codes

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

#a5dadd Text Font Color

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

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


#a5dadd Background Color

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

This div background color is #a5dadd


#a5dadd Border Color

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

This div border color is #a5dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dadd


Comments

No comments written yet.

Please login to write comment.