Color Hex Logo

#afd556 Color Hex

#AFD556
(175,213,86)
1 Favorites   0 Comments

Color spaces of #afd556

RGB 17521386
HSL0.220.600.59
HSV78°60°84°
CMYK 0.180.000.60   0.16
XYZ43.153257.374317.6040
Yxy57.37430.36530.4857
Hunter Lab75.7458-30.861939.2426
CIE-Lab80.3897-31.180557.2341

#afd556 color RGB value is (175,213,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 01010110
Octal 257 325 126
Decimal 175 213 86
Hex AF D5 56

RGB Percentages of Color #afd556

%36.92
%44.94
%18.14

CMYK Percentages of Color #afd556

%18
%0
%60
%16

Triadic Colors of #afd556

#afd556 #56afd5 #d556af

Analogous Colors of #afd556

#afd556 #70d556 #d5bc56

Monochromatic Colors of #afd556

#afd556

Complementary Color

#afd556 #7c56d5

#afd556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd556 Color CSS Codes

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

#afd556 Text Font Color

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

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


#afd556 Background Color

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

This div background color is #afd556


#afd556 Border Color

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

This div border color is #afd556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd556


Comments

No comments written yet.

Please login to write comment.