Color Hex Logo

#adbbca Color Hex

#ADBBCA
(173,187,202)
0 Favorites   0 Comments

Color spaces of #adbbca

RGB 173187202
HSL0.590.210.74
HSV211°14°79°
CMYK 0.140.070.00   0.21
XYZ45.664648.689262.8683
Yxy48.68920.29040.3097
Hunter Lab69.7776-5.2951-4.5748
CIE-Lab75.2576-1.7446-9.2001

#adbbca color RGB value is (173,187,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 11001010
Octal 255 273 312
Decimal 173 187 202
Hex AD BB CA

RGB Percentages of Color #adbbca

%30.78
%33.27
%35.94

CMYK Percentages of Color #adbbca

%14
%7
%0
%21

Triadic Colors of #adbbca

#adbbca #caadbb #bbcaad

Analogous Colors of #adbbca

#adbbca #aeadca #adcaca

Monochromatic Colors of #adbbca

#adbbca

Complementary Color

#adbbca #cabcad

#adbbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbca Color CSS Codes

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

#adbbca Text Font Color

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

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


#adbbca Background Color

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

This div background color is #adbbca


#adbbca Border Color

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

This div border color is #adbbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbca


Comments

No comments written yet.

Please login to write comment.