Color Hex Logo

#afd361 Color Hex

#AFD361
(175,211,97)
0 Favorites   0 Comments

Color spaces of #afd361

RGB 17521197
HSL0.220.560.60
HSV79°54°83°
CMYK 0.170.000.54   0.17
XYZ43.131156.565619.9543
Yxy56.56560.36050.4728
Hunter Lab75.2101-29.252436.9166
CIE-Lab79.9346-29.284851.8018

#afd361 color RGB value is (175,211,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 01100001
Octal 257 323 141
Decimal 175 211 97
Hex AF D3 61

RGB Percentages of Color #afd361

%36.23
%43.69
%20.08

CMYK Percentages of Color #afd361

%17
%0
%54
%17

Triadic Colors of #afd361

#afd361 #61afd3 #d361af

Analogous Colors of #afd361

#afd361 #76d361 #d3be61

Monochromatic Colors of #afd361

#afd361

Complementary Color

#afd361 #8561d3

#afd361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd361 Color CSS Codes

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

#afd361 Text Font Color

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

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


#afd361 Background Color

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

This div background color is #afd361


#afd361 Border Color

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

This div border color is #afd361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd361


Comments

No comments written yet.

Please login to write comment.