color codes Logo

#afd61d color codes

#AFD61D
(175,214,29)
0 Favorites   0 Comments

Color spaces of #afd61d

RGB 17521429
HSL0.200.760.48
HSV73°86°84°
CMYK 0.180.000.86   0.16
XYZ41.947557.295810.0107
Yxy57.29580.38390.5244
Hunter Lab75.6940-33.544845.1446
CIE-Lab80.3457-34.603875.8457

#afd61d color RGB value is (175,214,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 00011101
Octal 257 326 35
Decimal 175 214 29
Hex AF D6 1D

RGB Percentages of Color #afd61d

%41.87
%51.20
%6.94

CMYK Percentages of Color #afd61d

%18
%0
%86
%16

Triadic Colors of #afd61d

#afd61d #1dafd6 #d61daf

Analogous Colors of #afd61d

#afd61d #53d61d #d6a11d

Monochromatic Colors of #afd61d

#afd61d

Complementary Color

#afd61d #441dd6

#afd61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd61d Color CSS Codes

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

#afd61d Text Font Color

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

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


#afd61d Background Color

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

This div background color is #afd61d


#afd61d Border Color

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

This div border color is #afd61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd61d


Comments

No comments written yet.

Please login to write comment.