Color Hex Logo

#afdc46 Color Hex

#AFDC46
(175,220,70)
0 Favorites   0 Comments

Color spaces of #afdc46

RGB 17522070
HSL0.220.680.57
HSV78°68°86°
CMYK 0.200.000.68   0.14
XYZ44.377960.742615.1799
Yxy60.74260.36890.5049
Hunter Lab77.9375-34.752243.0084
CIE-Lab82.2402-35.555365.6746

#afdc46 color RGB value is (175,220,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 01000110
Octal 257 334 106
Decimal 175 220 70
Hex AF DC 46

RGB Percentages of Color #afdc46

%37.63
%47.31
%15.05

CMYK Percentages of Color #afdc46

%20
%0
%68
%14

Triadic Colors of #afdc46

#afdc46 #46afdc #dc46af

Analogous Colors of #afdc46

#afdc46 #64dc46 #dcbe46

Monochromatic Colors of #afdc46

#afdc46

Complementary Color

#afdc46 #7346dc

#afdc46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc46 Color CSS Codes

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

#afdc46 Text Font Color

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

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


#afdc46 Background Color

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

This div background color is #afdc46


#afdc46 Border Color

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

This div border color is #afdc46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc46


Comments

No comments written yet.

Please login to write comment.