Color Hex Logo

#afdc70 Color Hex

#AFDC70
(175,220,112)
0 Favorites   0 Comments

Color spaces of #afdc70

RGB 175220112
HSL0.240.610.65
HSV85°49°86°
CMYK 0.200.000.49   0.14
XYZ46.197061.470224.7593
Yxy61.47020.34890.4642
Hunter Lab78.4029-32.028436.1585
CIE-Lab82.6309-32.010147.9793

#afdc70 color RGB value is (175,220,112).

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

The process color (four color CMYK) of #afdc70 color hex is 0.20, 0.00, 0.49, 0.14. Web safe color of #afdc70 is #99cc66. Color #afdc70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 01110000
Octal 257 334 160
Decimal 175 220 112
Hex AF DC 70

RGB Percentages of Color #afdc70

%34.52
%43.39
%22.09

CMYK Percentages of Color #afdc70

%20
%0
%49
%14

Triadic Colors of #afdc70

#afdc70 #70afdc #dc70af

Analogous Colors of #afdc70

#afdc70 #79dc70 #dcd370

Monochromatic Colors of #afdc70

#afdc70

Complementary Color

#afdc70 #9d70dc

#afdc70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc70 Color CSS Codes

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

#afdc70 Text Font Color

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

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


#afdc70 Background Color

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

This div background color is #afdc70


#afdc70 Border Color

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

This div border color is #afdc70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc70


Comments

No comments written yet.

Please login to write comment.