Color Hex Logo

#afd260 Color Hex

#AFD260
(175,210,96)
0 Favorites   0 Comments

Color spaces of #afd260

RGB 17521096
HSL0.220.560.60
HSV78°54°82°
CMYK 0.170.000.54   0.18
XYZ42.837156.051719.6276
Yxy56.05170.36140.4729
Hunter Lab74.8677-28.886036.8637
CIE-Lab79.6432-28.903851.9228

#afd260 color RGB value is (175,210,96).

#afd260 hex color red value is 175, green value is 210 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #afd260 hue: 0.22 , saturation: 0.56 and the lightness value of afd260 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 01100000
Octal 257 322 140
Decimal 175 210 96
Hex AF D2 60

RGB Percentages of Color #afd260

%36.38
%43.66
%19.96

CMYK Percentages of Color #afd260

%17
%0
%54
%18

Triadic Colors of #afd260

#afd260 #60afd2 #d260af

Analogous Colors of #afd260

#afd260 #76d260 #d2bc60

Monochromatic Colors of #afd260

#afd260

Complementary Color

#afd260 #8360d2

#afd260 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd260 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd260 Color CSS Codes

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

#afd260 Text Font Color

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

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


#afd260 Background Color

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

This div background color is #afd260


#afd260 Border Color

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

This div border color is #afd260


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd260


Comments

No comments written yet.

Please login to write comment.