Color Hex Logo

#afd51e Color Hex

#AFD51E
(175,213,30)
0 Favorites   0 Comments

Color spaces of #afd51e

RGB 17521330
HSL0.200.750.48
HSV72°86°84°
CMYK 0.180.000.86   0.16
XYZ41.707856.79629.9928
Yxy56.79620.38440.5235
Hunter Lab75.3633-33.099644.8927
CIE-Lab80.0648-34.119875.4153

#afd51e color RGB value is (175,213,30).

#afd51e hex color red value is 175, green value is 213 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #afd51e hue: 0.20 , saturation: 0.75 and the lightness value of afd51e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 00011110
Octal 257 325 36
Decimal 175 213 30
Hex AF D5 1E

RGB Percentages of Color #afd51e

%41.87
%50.96
%7.18

CMYK Percentages of Color #afd51e

%18
%0
%86
%16

Triadic Colors of #afd51e

#afd51e #1eafd5 #d51eaf

Analogous Colors of #afd51e

#afd51e #54d51e #d5a01e

Monochromatic Colors of #afd51e

#afd51e

Complementary Color

#afd51e #441ed5

#afd51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd51e Color CSS Codes

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

#afd51e Text Font Color

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

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


#afd51e Background Color

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

This div background color is #afd51e


#afd51e Border Color

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

This div border color is #afd51e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd51e


Comments

No comments written yet.

Please login to write comment.