Color Hex Logo

#adbc98 Color Hex

#ADBC98
(173,188,152)
0 Favorites   0 Comments

Color spaces of #adbc98

RGB 173188152
HSL0.240.210.67
HSV85°19°74°
CMYK 0.080.000.19   0.26
XYZ40.884347.117736.6456
Yxy47.11770.32800.3780
Hunter Lab68.6423-13.807116.3969
CIE-Lab74.2650-11.637816.5111

#adbc98 color RGB value is (173,188,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 10011000
Octal 255 274 230
Decimal 173 188 152
Hex AD BC 98

RGB Percentages of Color #adbc98

%33.72
%36.65
%29.63

CMYK Percentages of Color #adbc98

%8
%0
%19
%26

Triadic Colors of #adbc98

#adbc98 #98adbc #bc98ad

Analogous Colors of #adbc98

#adbc98 #9bbc98 #bcb998

Monochromatic Colors of #adbc98

#adbc98

Complementary Color

#adbc98 #a798bc

#adbc98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbc98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbc98 Color CSS Codes

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

#adbc98 Text Font Color

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

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


#adbc98 Background Color

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

This div background color is #adbc98


#adbc98 Border Color

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

This div border color is #adbc98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbc98


Comments

No comments written yet.

Please login to write comment.