Color Hex Logo

#afd349 Color Hex

#AFD349
(175,211,73)
0 Favorites   0 Comments

Color spaces of #afd349

RGB 17521173
HSL0.210.610.56
HSV76°65°83°
CMYK 0.170.000.65   0.17
XYZ42.176156.183514.9249
Yxy56.18350.37230.4960
Hunter Lab74.9557-30.733940.6633
CIE-Lab79.7181-31.208661.9103

#afd349 color RGB value is (175,211,73).

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

The process color (four color CMYK) of #afd349 color hex is 0.17, 0.00, 0.65, 0.17. Web safe color of #afd349 is #99cc33. Color #afd349 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 01001001
Octal 257 323 111
Decimal 175 211 73
Hex AF D3 49

RGB Percentages of Color #afd349

%38.13
%45.97
%15.90

CMYK Percentages of Color #afd349

%17
%0
%65
%17

Triadic Colors of #afd349

#afd349 #49afd3 #d349af

Analogous Colors of #afd349

#afd349 #6ad349 #d3b249

Monochromatic Colors of #afd349

#afd349

Complementary Color

#afd349 #6d49d3

#afd349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd349 Color CSS Codes

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

#afd349 Text Font Color

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

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


#afd349 Background Color

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

This div background color is #afd349


#afd349 Border Color

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

This div border color is #afd349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd349


Comments

No comments written yet.

Please login to write comment.