Color Hex Logo

#afd351 Color Hex

#AFD351
(175,211,81)
0 Favorites   0 Comments

Color spaces of #afd351

RGB 17521181
HSL0.210.600.57
HSV77°62°83°
CMYK 0.170.000.62   0.17
XYZ42.458756.296616.4131
Yxy56.29660.36870.4888
Hunter Lab75.0311-30.294539.5520
CIE-Lab79.7823-30.635458.7015

#afd351 color RGB value is (175,211,81).

#afd351 hex color red value is 175, green value is 211 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #afd351 hue: 0.21 , saturation: 0.60 and the lightness value of afd351 is 0.57.

The process color (four color CMYK) of #afd351 color hex is 0.17, 0.00, 0.62, 0.17. Web safe color of #afd351 is #99cc66. Color #afd351 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 01010001
Octal 257 323 121
Decimal 175 211 81
Hex AF D3 51

RGB Percentages of Color #afd351

%37.47
%45.18
%17.34

CMYK Percentages of Color #afd351

%17
%0
%62
%17

Triadic Colors of #afd351

#afd351 #51afd3 #d351af

Analogous Colors of #afd351

#afd351 #6ed351 #d3b651

Monochromatic Colors of #afd351

#afd351

Complementary Color

#afd351 #7551d3

#afd351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd351 Color CSS Codes

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

#afd351 Text Font Color

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

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


#afd351 Background Color

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

This div background color is #afd351


#afd351 Border Color

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

This div border color is #afd351


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,211,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 #afd351">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd351


Comments

No comments written yet.

Please login to write comment.