Color Hex Logo

#afd039 Color Hex

#AFD039
(175,208,57)
0 Favorites   0 Comments

Color spaces of #afd039

RGB 17520857
HSL0.200.620.52
HSV73°73°82°
CMYK 0.160.000.73   0.18
XYZ40.973654.521112.2350
Yxy54.52110.38030.5061
Hunter Lab73.8384-30.165941.8625
CIE-Lab78.7646-30.758166.8760

#afd039 color RGB value is (175,208,57).

#afd039 hex color red value is 175, green value is 208 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #afd039 hue: 0.20 , saturation: 0.62 and the lightness value of afd039 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 00111001
Octal 257 320 71
Decimal 175 208 57
Hex AF D0 39

RGB Percentages of Color #afd039

%39.77
%47.27
%12.95

CMYK Percentages of Color #afd039

%16
%0
%73
%18

Triadic Colors of #afd039

#afd039 #39afd0 #d039af

Analogous Colors of #afd039

#afd039 #64d039 #d0a639

Monochromatic Colors of #afd039

#afd039

Complementary Color

#afd039 #5a39d0

#afd039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd039 Color CSS Codes

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

#afd039 Text Font Color

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

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


#afd039 Background Color

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

This div background color is #afd039


#afd039 Border Color

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

This div border color is #afd039


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,208,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 #afd039">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd039


Comments

No comments written yet.

Please login to write comment.