Color Hex Logo

#afd657 Color Hex

#AFD657
(175,214,87)
0 Favorites   0 Comments

Color spaces of #afd657

RGB 17521487
HSL0.220.610.59
HSV78°59°84°
CMYK 0.180.000.59   0.16
XYZ43.446157.895217.9019
Yxy57.89520.36430.4855
Hunter Lab76.0889-31.233639.3127
CIE-Lab80.6805-31.566657.1244

#afd657 color RGB value is (175,214,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 01010111
Octal 257 326 127
Decimal 175 214 87
Hex AF D6 57

RGB Percentages of Color #afd657

%36.76
%44.96
%18.28

CMYK Percentages of Color #afd657

%18
%0
%59
%16

Triadic Colors of #afd657

#afd657 #57afd6 #d657af

Analogous Colors of #afd657

#afd657 #70d657 #d6be57

Monochromatic Colors of #afd657

#afd657

Complementary Color

#afd657 #7e57d6

#afd657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd657 Color CSS Codes

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

#afd657 Text Font Color

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

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


#afd657 Background Color

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

This div background color is #afd657


#afd657 Border Color

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

This div border color is #afd657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd657


Comments

No comments written yet.

Please login to write comment.