Color Hex Logo

#afdc49 Color Hex

#AFDC49
(175,220,73)
0 Favorites   0 Comments

Color spaces of #afdc49

RGB 17522073
HSL0.220.680.57
HSV78°67°86°
CMYK 0.200.000.67   0.14
XYZ44.475060.781415.6912
Yxy60.78140.36770.5025
Hunter Lab77.9624-34.605942.6406
CIE-Lab82.2611-35.362764.5592

#afdc49 color RGB value is (175,220,73).

#afdc49 hex color red value is 175, green value is 220 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #afdc49 hue: 0.22 , saturation: 0.68 and the lightness value of afdc49 is 0.57.

The process color (four color CMYK) of #afdc49 color hex is 0.20, 0.00, 0.67, 0.14. Web safe color of #afdc49 is #99cc33. Color #afdc49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 01001001
Octal 257 334 111
Decimal 175 220 73
Hex AF DC 49

RGB Percentages of Color #afdc49

%37.39
%47.01
%15.60

CMYK Percentages of Color #afdc49

%20
%0
%67
%14

Triadic Colors of #afdc49

#afdc49 #49afdc #dc49af

Analogous Colors of #afdc49

#afdc49 #66dc49 #dcc049

Monochromatic Colors of #afdc49

#afdc49

Complementary Color

#afdc49 #7649dc

#afdc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc49 Color CSS Codes

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

#afdc49 Text Font Color

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

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


#afdc49 Background Color

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

This div background color is #afdc49


#afdc49 Border Color

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

This div border color is #afdc49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,220,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afdc49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afdc49;
  -webkit-box-shadow: 1px 1px 3px 2px #afdc49;
  box-shadow:         1px 1px 3px 2px #afdc49; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,220,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc49


Comments

No comments written yet.

Please login to write comment.