Color Hex Logo

#afd680 Color Hex

#AFD680
(175,214,128)
0 Favorites   0 Comments

Color spaces of #afd680

RGB 175214128
HSL0.240.510.67
HSV87°40°84°
CMYK 0.180.000.40   0.16
XYZ45.622058.765629.3604
Yxy58.76560.34110.4394
Hunter Lab76.6587-27.921830.9530
CIE-Lab81.1626-27.319138.3113

#afd680 color RGB value is (175,214,128).

#afd680 hex color red value is 175, green value is 214 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #afd680 hue: 0.24 , saturation: 0.51 and the lightness value of afd680 is 0.67.

The process color (four color CMYK) of #afd680 color hex is 0.18, 0.00, 0.40, 0.16. Web safe color of #afd680 is #99cc99. Color #afd680 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 10000000
Octal 257 326 200
Decimal 175 214 128
Hex AF D6 80

RGB Percentages of Color #afd680

%33.85
%41.39
%24.76

CMYK Percentages of Color #afd680

%18
%0
%40
%16

Triadic Colors of #afd680

#afd680 #80afd6 #d680af

Analogous Colors of #afd680

#afd680 #84d680 #d6d280

Monochromatic Colors of #afd680

#afd680

Complementary Color

#afd680 #a780d6

#afd680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd680 Color CSS Codes

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

#afd680 Text Font Color

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

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


#afd680 Background Color

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

This div background color is #afd680


#afd680 Border Color

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

This div border color is #afd680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd680


Comments

No comments written yet.

Please login to write comment.