Color Hex Logo

#adcbba Color Hex

#ADCBBA
(173,203,186)
0 Favorites   0 Comments

Color spaces of #adcbba

RGB 173203186
HSL0.410.220.74
HSV146°15°80°
CMYK 0.150.000.08   0.20
XYZ47.452455.141354.5967
Yxy55.14130.30190.3508
Hunter Lab74.2572-15.88368.3878
CIE-Lab79.1226-13.35895.1137

#adcbba color RGB value is (173,203,186).

#adcbba hex color red value is 173, green value is 203 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #adcbba hue: 0.41 , saturation: 0.22 and the lightness value of adcbba is 0.74.

The process color (four color CMYK) of #adcbba color hex is 0.15, 0.00, 0.08, 0.20. Web safe color of #adcbba is #99cccc. Color #adcbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001011 10111010
Octal 255 313 272
Decimal 173 203 186
Hex AD CB BA

RGB Percentages of Color #adcbba

%30.78
%36.12
%33.10

CMYK Percentages of Color #adcbba

%15
%0
%8
%20

Triadic Colors of #adcbba

#adcbba #baadcb #cbbaad

Analogous Colors of #adcbba

#adcbba #adcbc9 #afcbad

Monochromatic Colors of #adcbba

#adcbba

Complementary Color

#adcbba #cbadbe

#adcbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcbba Color CSS Codes

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

#adcbba Text Font Color

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

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


#adcbba Background Color

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

This div background color is #adcbba


#adcbba Border Color

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

This div border color is #adcbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcbba


Comments

No comments written yet.

Please login to write comment.