Color Hex Logo

#afd951 Color Hex

#AFD951
(175,217,81)
0 Favorites   0 Comments

Color spaces of #afd951

RGB 17521781
HSL0.220.640.58
HSV79°63°85°
CMYK 0.190.000.63   0.15
XYZ43.977359.333716.9193
Yxy59.33370.36580.4935
Hunter Lab77.0284-32.889840.8968
CIE-Lab81.4747-33.426460.5361

#afd951 color RGB value is (175,217,81).

#afd951 hex color red value is 175, green value is 217 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #afd951 hue: 0.22 , saturation: 0.64 and the lightness value of afd951 is 0.58.

The process color (four color CMYK) of #afd951 color hex is 0.19, 0.00, 0.63, 0.15. Web safe color of #afd951 is #99cc66. Color #afd951 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 01010001
Octal 257 331 121
Decimal 175 217 81
Hex AF D9 51

RGB Percentages of Color #afd951

%37.00
%45.88
%17.12

CMYK Percentages of Color #afd951

%19
%0
%63
%15

Triadic Colors of #afd951

#afd951 #51afd9 #d951af

Analogous Colors of #afd951

#afd951 #6bd951 #d9bf51

Monochromatic Colors of #afd951

#afd951

Complementary Color

#afd951 #7b51d9

#afd951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd951 Color CSS Codes

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

#afd951 Text Font Color

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

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


#afd951 Background Color

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

This div background color is #afd951


#afd951 Border Color

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

This div border color is #afd951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd951


Comments

No comments written yet.

Please login to write comment.