Color Hex Logo

#adc527 Color Hex

#ADC527
(173,197,39)
0 Favorites   0 Comments

Color spaces of #adc527

RGB 17319739
HSL0.190.670.46
HSV69°80°77°
CMYK 0.120.000.80   0.23
XYZ37.566048.96329.3904
Yxy48.96320.39160.5105
Hunter Lab69.9737-26.624741.0249
CIE-Lab75.4284-27.153369.2720

#adc527 color RGB value is (173,197,39).

#adc527 hex color red value is 173, green value is 197 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #adc527 hue: 0.19 , saturation: 0.67 and the lightness value of adc527 is 0.46.

The process color (four color CMYK) of #adc527 color hex is 0.12, 0.00, 0.80, 0.23. Web safe color of #adc527 is #99cc33. Color #adc527 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 00100111
Octal 255 305 47
Decimal 173 197 39
Hex AD C5 27

RGB Percentages of Color #adc527

%42.30
%48.17
%9.54

CMYK Percentages of Color #adc527

%12
%0
%80
%23

Triadic Colors of #adc527

#adc527 #27adc5 #c527ad

Analogous Colors of #adc527

#adc527 #5ec527 #c58e27

Monochromatic Colors of #adc527

#adc527

Complementary Color

#adc527 #3f27c5

#adc527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc527 Color CSS Codes

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

#adc527 Text Font Color

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

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


#adc527 Background Color

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

This div background color is #adc527


#adc527 Border Color

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

This div border color is #adc527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc527


Comments

No comments written yet.

Please login to write comment.