Color Hex Logo

#adbcb4 Color Hex

#ADBCB4
(173,188,180)
0 Favorites   0 Comments

Color spaces of #adbcb4

RGB 173188180
HSL0.410.100.71
HSV148°74°
CMYK 0.080.000.04   0.26
XYZ43.455048.146050.1828
Yxy48.14600.30650.3396
Hunter Lab69.3873-9.63915.6910
CIE-Lab74.9169-6.69732.2652

#adbcb4 color RGB value is (173,188,180).

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

The process color (four color CMYK) of #adbcb4 color hex is 0.08, 0.00, 0.04, 0.26. Web safe color of #adbcb4 is #99cccc. Color #adbcb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 10110100
Octal 255 274 264
Decimal 173 188 180
Hex AD BC B4

RGB Percentages of Color #adbcb4

%31.98
%34.75
%33.27

CMYK Percentages of Color #adbcb4

%8
%0
%4
%26

Triadic Colors of #adbcb4

#adbcb4 #b4adbc #bcb4ad

Analogous Colors of #adbcb4

#adbcb4 #adbcbc #aebcad

Monochromatic Colors of #adbcb4

#adbcb4

Complementary Color

#adbcb4 #bcadb5

#adbcb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcb4 Color CSS Codes

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

#adbcb4 Text Font Color

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

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


#adbcb4 Background Color

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

This div background color is #adbcb4


#adbcb4 Border Color

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

This div border color is #adbcb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcb4


Comments

No comments written yet.

Please login to write comment.