Color Hex Logo

#afdf70 Color Hex

#AFDF70
(175,223,112)
0 Favorites   0 Comments

Color spaces of #afdf70

RGB 175223112
HSL0.240.630.66
HSV86°50°87°
CMYK 0.220.000.50   0.13
XYZ46.991563.059225.0242
Yxy63.05920.34790.4668
Hunter Lab79.4098-33.338236.9030
CIE-Lab83.4735-33.401348.9984

#afdf70 color RGB value is (175,223,112).

#afdf70 hex color red value is 175, green value is 223 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #afdf70 hue: 0.24 , saturation: 0.63 and the lightness value of afdf70 is 0.66.

The process color (four color CMYK) of #afdf70 color hex is 0.22, 0.00, 0.50, 0.13. Web safe color of #afdf70 is #99cc66. Color #afdf70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 01110000
Octal 257 337 160
Decimal 175 223 112
Hex AF DF 70

RGB Percentages of Color #afdf70

%34.31
%43.73
%21.96

CMYK Percentages of Color #afdf70

%22
%0
%50
%13

Triadic Colors of #afdf70

#afdf70 #70afdf #df70af

Analogous Colors of #afdf70

#afdf70 #78df70 #dfd870

Monochromatic Colors of #afdf70

#afdf70

Complementary Color

#afdf70 #a070df

#afdf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdf70 Color CSS Codes

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

#afdf70 Text Font Color

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

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


#afdf70 Background Color

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

This div background color is #afdf70


#afdf70 Border Color

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

This div border color is #afdf70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdf70


Comments

No comments written yet.

Please login to write comment.