Color Hex Logo

#afd561 Color Hex

#AFD561
(175,213,97)
0 Favorites   0 Comments

Color spaces of #afd561

RGB 17521397
HSL0.220.580.61
HSV80°54°84°
CMYK 0.180.000.54   0.16
XYZ43.631157.565520.1209
Yxy57.56550.35960.4745
Hunter Lab75.8719-30.127237.3869
CIE-Lab80.4966-30.228152.4555

#afd561 color RGB value is (175,213,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 01100001
Octal 257 325 141
Decimal 175 213 97
Hex AF D5 61

RGB Percentages of Color #afd561

%36.08
%43.92
%20.00

CMYK Percentages of Color #afd561

%18
%0
%54
%16

Triadic Colors of #afd561

#afd561 #61afd5 #d561af

Analogous Colors of #afd561

#afd561 #75d561 #d5c161

Monochromatic Colors of #afd561

#afd561

Complementary Color

#afd561 #8761d5

#afd561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd561 Color CSS Codes

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

#afd561 Text Font Color

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

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


#afd561 Background Color

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

This div background color is #afd561


#afd561 Border Color

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

This div border color is #afd561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd561


Comments

No comments written yet.

Please login to write comment.