Color Hex Logo

#afd35e Color Hex

#AFD35E
(175,211,94)
0 Favorites   0 Comments

Color spaces of #afd35e

RGB 17521194
HSL0.220.570.60
HSV78°55°83°
CMYK 0.170.000.55   0.17
XYZ42.993856.510619.2313
Yxy56.51060.36210.4759
Hunter Lab75.1735-29.464637.4536
CIE-Lab79.9035-29.558953.1371

#afd35e color RGB value is (175,211,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 01011110
Octal 257 323 136
Decimal 175 211 94
Hex AF D3 5E

RGB Percentages of Color #afd35e

%36.46
%43.96
%19.58

CMYK Percentages of Color #afd35e

%17
%0
%55
%17

Triadic Colors of #afd35e

#afd35e #5eafd3 #d35eaf

Analogous Colors of #afd35e

#afd35e #75d35e #d3bd5e

Monochromatic Colors of #afd35e

#afd35e

Complementary Color

#afd35e #825ed3

#afd35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd35e Color CSS Codes

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

#afd35e Text Font Color

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

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


#afd35e Background Color

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

This div background color is #afd35e


#afd35e Border Color

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

This div border color is #afd35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd35e


Comments

No comments written yet.

Please login to write comment.