Color Hex Logo

#adc298 Color Hex

#ADC298
(173,194,152)
0 Favorites   0 Comments

Color spaces of #adc298

RGB 173194152
HSL0.250.260.68
HSV90°22°76°
CMYK 0.110.000.22   0.24
XYZ42.192949.734837.0817
Yxy49.73480.32710.3855
Hunter Lab70.5229-16.620918.1907
CIE-Lab75.9062-14.727218.7911

#adc298 color RGB value is (173,194,152).

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

The process color (four color CMYK) of #adc298 color hex is 0.11, 0.00, 0.22, 0.24. Web safe color of #adc298 is #99cc99. Color #adc298 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 10011000
Octal 255 302 230
Decimal 173 194 152
Hex AD C2 98

RGB Percentages of Color #adc298

%33.33
%37.38
%29.29

CMYK Percentages of Color #adc298

%11
%0
%22
%24

Triadic Colors of #adc298

#adc298 #98adc2 #c298ad

Analogous Colors of #adc298

#adc298 #98c298 #c2c298

Monochromatic Colors of #adc298

#adc298

Complementary Color

#adc298 #ad98c2

#adc298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc298 Color CSS Codes

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

#adc298 Text Font Color

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

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


#adc298 Background Color

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

This div background color is #adc298


#adc298 Border Color

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

This div border color is #adc298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc298


Comments

No comments written yet.

Please login to write comment.