Color Hex Logo

#a5dada Color Hex

#A5DADA
(165,218,218)
0 Favorites   0 Comments

Color spaces of #a5dada

RGB 165218218
HSL0.500.420.75
HSV180°24°85°
CMYK 0.240.000.00   0.15
XYZ53.243363.204175.7231
Yxy63.20410.27710.3289
Hunter Lab79.5010-19.5820-0.8218
CIE-Lab83.5497-16.9210-5.5582

#a5dada color RGB value is (165,218,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011010 11011010
Octal 245 332 332
Decimal 165 218 218
Hex A5 DA DA

RGB Percentages of Color #a5dada

%27.45
%36.27
%36.27

CMYK Percentages of Color #a5dada

%24
%0
%0
%15

Triadic Colors of #a5dada

#a5dada #daa5da #dadaa5

Analogous Colors of #a5dada

#a5dada #a5c0da #a5dac0

Monochromatic Colors of #a5dada

#a5dada

Complementary Color

#a5dada #daa5a5

#a5dada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dada Color CSS Codes

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

#a5dada Text Font Color

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

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


#a5dada Background Color

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

This div background color is #a5dada


#a5dada Border Color

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

This div border color is #a5dada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dada


Comments

No comments written yet.

Please login to write comment.