Color Hex Logo

#adc965 Color Hex

#ADC965
(173,201,101)
0 Favorites   0 Comments

Color spaces of #adc965

RGB 173201101
HSL0.210.480.59
HSV77°50°79°
CMYK 0.140.000.50   0.21
XYZ40.469251.597120.1382
Yxy51.59710.36070.4598
Hunter Lab71.8311-25.138733.6595
CIE-Lab77.0393-24.877746.4619

#adc965 color RGB value is (173,201,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 01100101
Octal 255 311 145
Decimal 173 201 101
Hex AD C9 65

RGB Percentages of Color #adc965

%36.42
%42.32
%21.26

CMYK Percentages of Color #adc965

%14
%0
%50
%21

Triadic Colors of #adc965

#adc965 #65adc9 #c965ad

Analogous Colors of #adc965

#adc965 #7bc965 #c9b365

Monochromatic Colors of #adc965

#adc965

Complementary Color

#adc965 #8165c9

#adc965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc965 Color CSS Codes

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

#adc965 Text Font Color

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

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


#adc965 Background Color

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

This div background color is #adc965


#adc965 Border Color

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

This div border color is #adc965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc965


Comments

No comments written yet.

Please login to write comment.