Color Hex Logo

#afdd70 Color Hex

#AFDD70
(175,221,112)
0 Favorites   0 Comments

Color spaces of #afdd70

RGB 175221112
HSL0.240.620.65
HSV85°49°87°
CMYK 0.210.000.49   0.13
XYZ46.460361.996724.8471
Yxy61.99670.34850.4651
Hunter Lab78.7380-32.465436.4066
CIE-Lab82.9117-32.474948.3193

#afdd70 color RGB value is (175,221,112).

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

The process color (four color CMYK) of #afdd70 color hex is 0.21, 0.00, 0.49, 0.13. Web safe color of #afdd70 is #99cc66. Color #afdd70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 01110000
Octal 257 335 160
Decimal 175 221 112
Hex AF DD 70

RGB Percentages of Color #afdd70

%34.45
%43.50
%22.05

CMYK Percentages of Color #afdd70

%21
%0
%49
%13

Triadic Colors of #afdd70

#afdd70 #70afdd #dd70af

Analogous Colors of #afdd70

#afdd70 #79dd70 #ddd570

Monochromatic Colors of #afdd70

#afdd70

Complementary Color

#afdd70 #9e70dd

#afdd70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd70 Color CSS Codes

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

#afdd70 Text Font Color

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

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


#afdd70 Background Color

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

This div background color is #afdd70


#afdd70 Border Color

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

This div border color is #afdd70


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,221,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 #afdd70">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd70


Comments

No comments written yet.

Please login to write comment.