Color Hex Logo

#afd935 Color Hex

#AFD935
(175,217,53)
0 Favorites   0 Comments

Color spaces of #afd935

RGB 17521753
HSL0.210.680.53
HSV75°76°85°
CMYK 0.190.000.76   0.15
XYZ43.134758.996712.4822
Yxy58.99670.37630.5147
Hunter Lab76.8093-34.174044.1314
CIE-Lab81.2898-35.115370.5841

#afd935 color RGB value is (175,217,53).

#afd935 hex color red value is 175, green value is 217 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #afd935 hue: 0.21 , saturation: 0.68 and the lightness value of afd935 is 0.53.

The process color (four color CMYK) of #afd935 color hex is 0.19, 0.00, 0.76, 0.15. Web safe color of #afd935 is #99cc33. Color #afd935 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 00110101
Octal 257 331 65
Decimal 175 217 53
Hex AF D9 35

RGB Percentages of Color #afd935

%39.33
%48.76
%11.91

CMYK Percentages of Color #afd935

%19
%0
%76
%15

Triadic Colors of #afd935

#afd935 #35afd9 #d935af

Analogous Colors of #afd935

#afd935 #5dd935 #d9b135

Monochromatic Colors of #afd935

#afd935

Complementary Color

#afd935 #5f35d9

#afd935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd935 Color CSS Codes

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

#afd935 Text Font Color

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

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


#afd935 Background Color

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

This div background color is #afd935


#afd935 Border Color

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

This div border color is #afd935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd935


Comments

No comments written yet.

Please login to write comment.