Color Hex Logo

#afd470 Color Hex

#AFD470
(175,212,112)
0 Favorites   0 Comments

Color spaces of #afd470

RGB 175212112
HSL0.230.540.64
HSV82°47°83°
CMYK 0.170.000.47   0.17
XYZ44.147357.370824.0761
Yxy57.37080.35150.4568
Hunter Lab75.7435-28.512034.1743
CIE-Lab80.3877-28.243545.2451

#afd470 color RGB value is (175,212,112).

#afd470 hex color red value is 175, green value is 212 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #afd470 hue: 0.23 , saturation: 0.54 and the lightness value of afd470 is 0.64.

The process color (four color CMYK) of #afd470 color hex is 0.17, 0.00, 0.47, 0.17. Web safe color of #afd470 is #99cc66. Color #afd470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 01110000
Octal 257 324 160
Decimal 175 212 112
Hex AF D4 70

RGB Percentages of Color #afd470

%35.07
%42.48
%22.44

CMYK Percentages of Color #afd470

%17
%0
%47
%17

Triadic Colors of #afd470

#afd470 #70afd4 #d470af

Analogous Colors of #afd470

#afd470 #7dd470 #d4c770

Monochromatic Colors of #afd470

#afd470

Complementary Color

#afd470 #9570d4

#afd470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd470 Color CSS Codes

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

#afd470 Text Font Color

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

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


#afd470 Background Color

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

This div background color is #afd470


#afd470 Border Color

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

This div border color is #afd470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd470


Comments

No comments written yet.

Please login to write comment.