Color Hex Logo

#adbc91 Color Hex

#ADBC91
(173,188,145)
0 Favorites   0 Comments

Color spaces of #adbc91

RGB 173188145
HSL0.220.240.65
HSV81°23°74°
CMYK 0.080.000.23   0.26
XYZ40.327646.895033.7142
Yxy46.89500.33350.3878
Hunter Lab68.4799-14.721818.7462
CIE-Lab74.1226-12.744820.0786

#adbc91 color RGB value is (173,188,145).

#adbc91 hex color red value is 173, green value is 188 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #adbc91 hue: 0.22 , saturation: 0.24 and the lightness value of adbc91 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 10010001
Octal 255 274 221
Decimal 173 188 145
Hex AD BC 91

RGB Percentages of Color #adbc91

%34.19
%37.15
%28.66

CMYK Percentages of Color #adbc91

%8
%0
%23
%26

Triadic Colors of #adbc91

#adbc91 #91adbc #bc91ad

Analogous Colors of #adbc91

#adbc91 #98bc91 #bcb691

Monochromatic Colors of #adbc91

#adbc91

Complementary Color

#adbc91 #a091bc

#adbc91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc91 Color CSS Codes

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

#adbc91 Text Font Color

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

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


#adbc91 Background Color

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

This div background color is #adbc91


#adbc91 Border Color

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

This div border color is #adbc91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc91


Comments

No comments written yet.

Please login to write comment.