Color Hex Logo

#adc698 Color Hex

#ADC698
(173,198,152)
0 Favorites   0 Comments

Color spaces of #adc698

RGB 173198152
HSL0.260.290.69
HSV93°23°78°
CMYK 0.130.000.23   0.22
XYZ43.095251.539437.3825
Yxy51.53940.32640.3904
Hunter Lab71.7909-18.482919.3806
CIE-Lab77.0046-16.762020.3083

#adc698 color RGB value is (173,198,152).

#adc698 hex color red value is 173, green value is 198 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #adc698 hue: 0.26 , saturation: 0.29 and the lightness value of adc698 is 0.69.

The process color (four color CMYK) of #adc698 color hex is 0.13, 0.00, 0.23, 0.22. Web safe color of #adc698 is #99cc99. Color #adc698 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000110 10011000
Octal 255 306 230
Decimal 173 198 152
Hex AD C6 98

RGB Percentages of Color #adc698

%33.08
%37.86
%29.06

CMYK Percentages of Color #adc698

%13
%0
%23
%22

Triadic Colors of #adc698

#adc698 #98adc6 #c698ad

Analogous Colors of #adc698

#adc698 #98c69a #c4c698

Monochromatic Colors of #adc698

#adc698

Complementary Color

#adc698 #b198c6

#adc698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc698 Color CSS Codes

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

#adc698 Text Font Color

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

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


#adc698 Background Color

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

This div background color is #adc698


#adc698 Border Color

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

This div border color is #adc698


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,198,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 #adc698">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc698

#adc698 Color Palettes


Comments

No comments written yet.

Please login to write comment.