Color Hex Logo

#adc852 Color Hex

#ADC852
(173,200,82)
0 Favorites   0 Comments

Color spaces of #adc852

RGB 17320082
HSL0.200.520.55
HSV74°59°78°
CMYK 0.140.000.59   0.22
XYZ39.410850.802015.7112
Yxy50.80200.37210.4796
Hunter Lab71.2755-26.033136.8236
CIE-Lab76.5589-26.115354.6833

#adc852 color RGB value is (173,200,82).

#adc852 hex color red value is 173, green value is 200 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #adc852 hue: 0.20 , saturation: 0.52 and the lightness value of adc852 is 0.55.

The process color (four color CMYK) of #adc852 color hex is 0.14, 0.00, 0.59, 0.22. Web safe color of #adc852 is #99cc66. Color #adc852 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001000 01010010
Octal 255 310 122
Decimal 173 200 82
Hex AD C8 52

RGB Percentages of Color #adc852

%38.02
%43.96
%18.02

CMYK Percentages of Color #adc852

%14
%0
%59
%22

Triadic Colors of #adc852

#adc852 #52adc8 #c852ad

Analogous Colors of #adc852

#adc852 #72c852 #c8a852

Monochromatic Colors of #adc852

#adc852

Complementary Color

#adc852 #6d52c8

#adc852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc852 Color CSS Codes

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

#adc852 Text Font Color

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

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


#adc852 Background Color

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

This div background color is #adc852


#adc852 Border Color

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

This div border color is #adc852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc852


Comments

No comments written yet.

Please login to write comment.