Color Hex Logo

#afd631 Color Hex

#AFD631
(175,214,49)
0 Favorites   0 Comments

Color spaces of #afd631

RGB 17521449
HSL0.210.670.52
HSV74°77°84°
CMYK 0.180.000.77   0.16
XYZ42.280157.428811.7622
Yxy57.42880.37930.5152
Hunter Lab75.7818-33.029643.8448
CIE-Lab80.4202-33.921470.9900

#afd631 color RGB value is (175,214,49).

#afd631 hex color red value is 175, green value is 214 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #afd631 hue: 0.21 , saturation: 0.67 and the lightness value of afd631 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 00110001
Octal 257 326 61
Decimal 175 214 49
Hex AF D6 31

RGB Percentages of Color #afd631

%39.95
%48.86
%11.19

CMYK Percentages of Color #afd631

%18
%0
%77
%16

Triadic Colors of #afd631

#afd631 #31afd6 #d631af

Analogous Colors of #afd631

#afd631 #5cd631 #d6ab31

Monochromatic Colors of #afd631

#afd631

Complementary Color

#afd631 #5831d6

#afd631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd631 Color CSS Codes

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

#afd631 Text Font Color

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

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


#afd631 Background Color

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

This div background color is #afd631


#afd631 Border Color

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

This div border color is #afd631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd631


Comments

No comments written yet.

Please login to write comment.