Color Hex Logo

#afd35c Color Hex

#AFD35C
(175,211,92)
0 Favorites   0 Comments

Color spaces of #afd35c

RGB 17521192
HSL0.220.570.59
HSV78°56°83°
CMYK 0.170.000.56   0.17
XYZ42.905256.475218.7647
Yxy56.47520.36320.4780
Hunter Lab75.1500-29.601937.8005
CIE-Lab79.8835-29.736454.0176

#afd35c color RGB value is (175,211,92).

#afd35c hex color red value is 175, green value is 211 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #afd35c hue: 0.22 , saturation: 0.57 and the lightness value of afd35c is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 01011100
Octal 257 323 134
Decimal 175 211 92
Hex AF D3 5C

RGB Percentages of Color #afd35c

%36.61
%44.14
%19.25

CMYK Percentages of Color #afd35c

%17
%0
%56
%17

Triadic Colors of #afd35c

#afd35c #5cafd3 #d35caf

Analogous Colors of #afd35c

#afd35c #74d35c #d3bc5c

Monochromatic Colors of #afd35c

#afd35c

Complementary Color

#afd35c #805cd3

#afd35c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd35c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd35c Color CSS Codes

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

#afd35c Text Font Color

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

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


#afd35c Background Color

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

This div background color is #afd35c


#afd35c Border Color

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

This div border color is #afd35c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd35c


Comments

No comments written yet.

Please login to write comment.