Color Hex Logo

#adb1ca Color Hex

#ADB1CA
(173,177,202)
0 Favorites   0 Comments

Color spaces of #adb1ca

RGB 173177202
HSL0.640.210.74
HSV232°14°79°
CMYK 0.140.120.00   0.21
XYZ43.616444.592862.1856
Yxy44.59280.29000.2965
Hunter Lab66.7778-0.2727-8.4682
CIE-Lab72.62303.6668-13.1375

#adb1ca color RGB value is (173,177,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110001 11001010
Octal 255 261 312
Decimal 173 177 202
Hex AD B1 CA

RGB Percentages of Color #adb1ca

%31.34
%32.07
%36.59

CMYK Percentages of Color #adb1ca

%14
%12
%0
%21

Triadic Colors of #adb1ca

#adb1ca #caadb1 #b1caad

Analogous Colors of #adb1ca

#adb1ca #b8adca #adc0ca

Monochromatic Colors of #adb1ca

#adb1ca

Complementary Color

#adb1ca #cac6ad

#adb1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb1ca Color CSS Codes

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

#adb1ca Text Font Color

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

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


#adb1ca Background Color

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

This div background color is #adb1ca


#adb1ca Border Color

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

This div border color is #adb1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb1ca


Comments

No comments written yet.

Please login to write comment.