Color Hex Logo

#afd539 Color Hex

#AFD539
(175,213,57)
0 Favorites   0 Comments

Color spaces of #afd539

RGB 17521357
HSL0.210.650.53
HSV75°73°84°
CMYK 0.180.000.73   0.16
XYZ42.212056.997912.6478
Yxy56.99790.37740.5096
Hunter Lab75.4970-32.316442.9152
CIE-Lab80.1784-33.084468.2402

#afd539 color RGB value is (175,213,57).

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

The process color (four color CMYK) of #afd539 color hex is 0.18, 0.00, 0.73, 0.16. Web safe color of #afd539 is #99cc33. Color #afd539 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 00111001
Octal 257 325 71
Decimal 175 213 57
Hex AF D5 39

RGB Percentages of Color #afd539

%39.33
%47.87
%12.81

CMYK Percentages of Color #afd539

%18
%0
%73
%16

Triadic Colors of #afd539

#afd539 #39afd5 #d539af

Analogous Colors of #afd539

#afd539 #61d539 #d5ad39

Monochromatic Colors of #afd539

#afd539

Complementary Color

#afd539 #5f39d5

#afd539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd539 Color CSS Codes

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

#afd539 Text Font Color

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

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


#afd539 Background Color

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

This div background color is #afd539


#afd539 Border Color

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

This div border color is #afd539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd539


Comments

No comments written yet.

Please login to write comment.