Color Hex Logo

#adc6bb Color Hex

#ADC6BB
(173,198,187)
0 Favorites   0 Comments

Color spaces of #adc6bb

RGB 173198187
HSL0.430.180.73
HSV154°13°78°
CMYK 0.130.000.06   0.22
XYZ46.397352.860354.7714
Yxy52.86030.30120.3432
Hunter Lab72.7051-13.32286.2282
CIE-Lab77.7924-10.58742.6510

#adc6bb color RGB value is (173,198,187).

#adc6bb hex color red value is 173, green value is 198 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #adc6bb hue: 0.43 , saturation: 0.18 and the lightness value of adc6bb is 0.73.

The process color (four color CMYK) of #adc6bb color hex is 0.13, 0.00, 0.06, 0.22. Web safe color of #adc6bb is #99cccc. Color #adc6bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 10111011
Octal 255 306 273
Decimal 173 198 187
Hex AD C6 BB

RGB Percentages of Color #adc6bb

%31.00
%35.48
%33.51

CMYK Percentages of Color #adc6bb

%13
%0
%6
%22

Triadic Colors of #adc6bb

#adc6bb #bbadc6 #c6bbad

Analogous Colors of #adc6bb

#adc6bb #adc5c6 #adc6af

Monochromatic Colors of #adc6bb

#adc6bb

Complementary Color

#adc6bb #c6adb8

#adc6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc6bb Color CSS Codes

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

#adc6bb Text Font Color

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

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


#adc6bb Background Color

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

This div background color is #adc6bb


#adc6bb Border Color

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

This div border color is #adc6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc6bb


Comments

No comments written yet.

Please login to write comment.