Color Hex Logo

#adbcb0 Color Hex

#ADBCB0
(173,188,176)
0 Favorites   0 Comments

Color spaces of #adbcb0

RGB 173188176
HSL0.370.100.71
HSV132°74°
CMYK 0.080.000.06   0.26
XYZ43.053347.985348.0672
Yxy47.98530.30950.3450
Hunter Lab69.2714-10.28447.3489
CIE-Lab74.8157-7.45144.2929

#adbcb0 color RGB value is (173,188,176).

#adbcb0 hex color red value is 173, green value is 188 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #adbcb0 hue: 0.37 , saturation: 0.10 and the lightness value of adbcb0 is 0.71.

The process color (four color CMYK) of #adbcb0 color hex is 0.08, 0.00, 0.06, 0.26. Web safe color of #adbcb0 is #99cc99. Color #adbcb0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 10110000
Octal 255 274 260
Decimal 173 188 176
Hex AD BC B0

RGB Percentages of Color #adbcb0

%32.22
%35.01
%32.77

CMYK Percentages of Color #adbcb0

%8
%0
%6
%26

Triadic Colors of #adbcb0

#adbcb0 #b0adbc #bcb0ad

Analogous Colors of #adbcb0

#adbcb0 #adbcb8 #b2bcad

Monochromatic Colors of #adbcb0

#adbcb0

Complementary Color

#adbcb0 #bcadb9

#adbcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcb0 Color CSS Codes

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

#adbcb0 Text Font Color

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

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


#adbcb0 Background Color

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

This div background color is #adbcb0


#adbcb0 Border Color

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

This div border color is #adbcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcb0


Comments

No comments written yet.

Please login to write comment.