Color Hex Logo

#adc962 Color Hex

#ADC962
(173,201,98)
0 Favorites   0 Comments

Color spaces of #adc962

RGB 17320198
HSL0.210.490.59
HSV76°51°79°
CMYK 0.140.000.51   0.21
XYZ40.324851.539419.3780
Yxy51.53940.36250.4633
Hunter Lab71.7909-25.371134.2500
CIE-Lab77.0046-25.176147.8544

#adc962 color RGB value is (173,201,98).

#adc962 hex color red value is 173, green value is 201 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #adc962 hue: 0.21 , saturation: 0.49 and the lightness value of adc962 is 0.59.

The process color (four color CMYK) of #adc962 color hex is 0.14, 0.00, 0.51, 0.21. Web safe color of #adc962 is #99cc66. Color #adc962 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 01100010
Octal 255 311 142
Decimal 173 201 98
Hex AD C9 62

RGB Percentages of Color #adc962

%36.65
%42.58
%20.76

CMYK Percentages of Color #adc962

%14
%0
%51
%21

Triadic Colors of #adc962

#adc962 #62adc9 #c962ad

Analogous Colors of #adc962

#adc962 #7ac962 #c9b262

Monochromatic Colors of #adc962

#adc962

Complementary Color

#adc962 #7e62c9

#adc962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc962 Color CSS Codes

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

#adc962 Text Font Color

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

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


#adc962 Background Color

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

This div background color is #adc962


#adc962 Border Color

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

This div border color is #adc962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc962


Comments

No comments written yet.

Please login to write comment.