Color Hex Logo

#adbcca Color Hex

#ADBCCA
(173,188,202)
0 Favorites   0 Comments

Color spaces of #adbcca

RGB 173188202
HSL0.580.210.74
HSV209°14°79°
CMYK 0.140.070.00   0.21
XYZ45.877549.114962.9392
Yxy49.11490.29050.3110
Hunter Lab70.0820-5.7928-4.1897
CIE-Lab75.5228-2.2800-8.8055

#adbcca color RGB value is (173,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11001010
Octal 255 274 312
Decimal 173 188 202
Hex AD BC CA

RGB Percentages of Color #adbcca

%30.73
%33.39
%35.88

CMYK Percentages of Color #adbcca

%14
%7
%0
%21

Triadic Colors of #adbcca

#adbcca #caadbc #bccaad

Analogous Colors of #adbcca

#adbcca #adaeca #adcaca

Monochromatic Colors of #adbcca

#adbcca

Complementary Color

#adbcca #cabbad

#adbcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcca Color CSS Codes

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

#adbcca Text Font Color

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

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


#adbcca Background Color

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

This div background color is #adbcca


#adbcca Border Color

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

This div border color is #adbcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcca


Comments

No comments written yet.

Please login to write comment.