Color Hex Logo

#a5dacc Color Hex

#A5DACC
(165,218,204)
0 Favorites   0 Comments

Color spaces of #a5dacc

RGB 165218204
HSL0.460.420.75
HSV164°24°85°
CMYK 0.240.000.06   0.15
XYZ51.487562.501866.4771
Yxy62.50180.28530.3463
Hunter Lab79.0581-22.10145.4858
CIE-Lab83.1796-19.90721.3310

#a5dacc color RGB value is (165,218,204).

#a5dacc hex color red value is 165, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a5dacc hue: 0.46 , saturation: 0.42 and the lightness value of a5dacc is 0.75.

The process color (four color CMYK) of #a5dacc color hex is 0.24, 0.00, 0.06, 0.15. Web safe color of #a5dacc is #99cccc. Color #a5dacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011010 11001100
Octal 245 332 314
Decimal 165 218 204
Hex A5 DA CC

RGB Percentages of Color #a5dacc

%28.11
%37.14
%34.75

CMYK Percentages of Color #a5dacc

%24
%0
%6
%15

Triadic Colors of #a5dacc

#a5dacc #cca5da #dacca5

Analogous Colors of #a5dacc

#a5dacc #a5ceda #a5dab2

Monochromatic Colors of #a5dacc

#a5dacc

Complementary Color

#a5dacc #daa5b3

#a5dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dacc Color CSS Codes

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

#a5dacc Text Font Color

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

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


#a5dacc Background Color

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

This div background color is #a5dacc


#a5dacc Border Color

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

This div border color is #a5dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dacc


Comments

No comments written yet.

Please login to write comment.