Color Hex Logo

#a5adcb Color Hex

#A5ADCB
(165,173,203)
0 Favorites   0 Comments

Color spaces of #a5adcb

RGB 165173203
HSL0.630.270.72
HSV227°19°80°
CMYK 0.190.150.00   0.20
XYZ41.240142.198362.4714
Yxy42.19830.28260.2892
Hunter Lab64.9602-0.3594-11.5463
CIE-Lab71.00743.4952-16.1768

#a5adcb color RGB value is (165,173,203).

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

The process color (four color CMYK) of #a5adcb color hex is 0.19, 0.15, 0.00, 0.20. Web safe color of #a5adcb is #9999cc. Color #a5adcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101101 11001011
Octal 245 255 313
Decimal 165 173 203
Hex A5 AD CB

RGB Percentages of Color #a5adcb

%30.50
%31.98
%37.52

CMYK Percentages of Color #a5adcb

%19
%15
%0
%20

Triadic Colors of #a5adcb

#a5adcb #cba5ad #adcba5

Analogous Colors of #a5adcb

#a5adcb #b0a5cb #a5c0cb

Monochromatic Colors of #a5adcb

#a5adcb

Complementary Color

#a5adcb #cbc3a5

#a5adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5adcb Color CSS Codes

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

#a5adcb Text Font Color

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

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


#a5adcb Background Color

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

This div background color is #a5adcb


#a5adcb Border Color

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

This div border color is #a5adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5adcb


Comments

No comments written yet.

Please login to write comment.