Color Hex Logo

#adcd47 Color Hex

#ADCD47
(173,205,71)
0 Favorites   0 Comments

Color spaces of #adcd47

RGB 17320571
HSL0.210.570.54
HSV74°65°80°
CMYK 0.160.000.65   0.20
XYZ40.202253.001814.0727
Yxy53.00180.37480.4941
Hunter Lab72.8023-28.834539.5009
CIE-Lab77.8761-29.313560.7356

#adcd47 color RGB value is (173,205,71).

#adcd47 hex color red value is 173, green value is 205 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #adcd47 hue: 0.21 , saturation: 0.57 and the lightness value of adcd47 is 0.54.

The process color (four color CMYK) of #adcd47 color hex is 0.16, 0.00, 0.65, 0.20. Web safe color of #adcd47 is #99cc33. Color #adcd47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 01000111
Octal 255 315 107
Decimal 173 205 71
Hex AD CD 47

RGB Percentages of Color #adcd47

%38.53
%45.66
%15.81

CMYK Percentages of Color #adcd47

%16
%0
%65
%20

Triadic Colors of #adcd47

#adcd47 #47adcd #cd47ad

Analogous Colors of #adcd47

#adcd47 #6acd47 #cdaa47

Monochromatic Colors of #adcd47

#adcd47

Complementary Color

#adcd47 #6747cd

#adcd47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcd47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcd47 Color CSS Codes

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

#adcd47 Text Font Color

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

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


#adcd47 Background Color

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

This div background color is #adcd47


#adcd47 Border Color

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

This div border color is #adcd47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcd47


Comments

No comments written yet.

Please login to write comment.