Color Hex Logo

#afdf37 Color Hex

#AFDF37
(175,223,55)
0 Favorites   0 Comments

Color spaces of #afdf37

RGB 17522355
HSL0.210.720.55
HSV77°75°87°
CMYK 0.220.000.75   0.13
XYZ44.756562.165113.2546
Yxy62.16510.37240.5173
Hunter Lab78.8448-36.652545.2242
CIE-Lab83.0011-37.735471.5707

#afdf37 color RGB value is (175,223,55).

#afdf37 hex color red value is 175, green value is 223 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #afdf37 hue: 0.21 , saturation: 0.72 and the lightness value of afdf37 is 0.55.

The process color (four color CMYK) of #afdf37 color hex is 0.22, 0.00, 0.75, 0.13. Web safe color of #afdf37 is #99cc33. Color #afdf37 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 00110111
Octal 257 337 67
Decimal 175 223 55
Hex AF DF 37

RGB Percentages of Color #afdf37

%38.63
%49.23
%12.14

CMYK Percentages of Color #afdf37

%22
%0
%75
%13

Triadic Colors of #afdf37

#afdf37 #37afdf #df37af

Analogous Colors of #afdf37

#afdf37 #5bdf37 #dfbb37

Monochromatic Colors of #afdf37

#afdf37

Complementary Color

#afdf37 #6737df

#afdf37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdf37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdf37 Color CSS Codes

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

#afdf37 Text Font Color

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

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


#afdf37 Background Color

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

This div background color is #afdf37


#afdf37 Border Color

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

This div border color is #afdf37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdf37


Comments

No comments written yet.

Please login to write comment.