Color Hex Logo

#a5adca Color Hex

#A5ADCA
(165,173,202)
0 Favorites   0 Comments

Color spaces of #a5adca

RGB 165173202
HSL0.630.260.72
HSV227°18°79°
CMYK 0.180.140.00   0.21
XYZ41.121342.150761.8457
Yxy42.15070.28340.2905
Hunter Lab64.9236-0.5579-11.0327
CIE-Lab70.97473.2725-15.6765

#a5adca color RGB value is (165,173,202).

#a5adca hex color red value is 165, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a5adca hue: 0.63 , saturation: 0.26 and the lightness value of a5adca is 0.72.

The process color (four color CMYK) of #a5adca color hex is 0.18, 0.14, 0.00, 0.21. Web safe color of #a5adca is #9999cc. Color #a5adca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101101 11001010
Octal 245 255 312
Decimal 165 173 202
Hex A5 AD CA

RGB Percentages of Color #a5adca

%30.56
%32.04
%37.41

CMYK Percentages of Color #a5adca

%18
%14
%0
%21

Triadic Colors of #a5adca

#a5adca #caa5ad #adcaa5

Analogous Colors of #a5adca

#a5adca #b0a5ca #a5c0ca

Monochromatic Colors of #a5adca

#a5adca

Complementary Color

#a5adca #cac2a5

#a5adca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5adca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5adca Color CSS Codes

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

#a5adca Text Font Color

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

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


#a5adca Background Color

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

This div background color is #a5adca


#a5adca Border Color

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

This div border color is #a5adca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5adca


Comments

No comments written yet.

Please login to write comment.