Color Hex Logo

#adb5ca Color Hex

#ADB5CA
(173,181,202)
0 Favorites   0 Comments

Color spaces of #adb5ca

RGB 173181202
HSL0.620.210.74
HSV223°14°79°
CMYK 0.140.100.00   0.21
XYZ44.418146.196362.4528
Yxy46.19630.29020.3018
Hunter Lab67.9679-2.2911-6.9016
CIE-Lab73.67271.4905-11.5649

#adb5ca color RGB value is (173,181,202).

#adb5ca hex color red value is 173, green value is 181 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #adb5ca hue: 0.62 , saturation: 0.21 and the lightness value of adb5ca is 0.74.

The process color (four color CMYK) of #adb5ca color hex is 0.14, 0.10, 0.00, 0.21. Web safe color of #adb5ca is #99cccc. Color #adb5ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 11001010
Octal 255 265 312
Decimal 173 181 202
Hex AD B5 CA

RGB Percentages of Color #adb5ca

%31.12
%32.55
%36.33

CMYK Percentages of Color #adb5ca

%14
%10
%0
%21

Triadic Colors of #adb5ca

#adb5ca #caadb5 #b5caad

Analogous Colors of #adb5ca

#adb5ca #b4adca #adc4ca

Monochromatic Colors of #adb5ca

#adb5ca

Complementary Color

#adb5ca #cac2ad

#adb5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb5ca Color CSS Codes

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

#adb5ca Text Font Color

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

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


#adb5ca Background Color

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

This div background color is #adb5ca


#adb5ca Border Color

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

This div border color is #adb5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb5ca


Comments

No comments written yet.

Please login to write comment.