Color Hex Logo

#afd789 Color Hex

#AFD789
(175,215,137)
0 Favorites   0 Comments

Color spaces of #afd789

RGB 175215137
HSL0.250.490.69
HSV91°36°84°
CMYK 0.190.000.36   0.16
XYZ46.495059.521032.7051
Yxy59.52100.33520.4291
Hunter Lab77.1499-27.437728.8709
CIE-Lab81.5771-26.624634.2949

#afd789 color RGB value is (175,215,137).

#afd789 hex color red value is 175, green value is 215 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #afd789 hue: 0.25 , saturation: 0.49 and the lightness value of afd789 is 0.69.

The process color (four color CMYK) of #afd789 color hex is 0.19, 0.00, 0.36, 0.16. Web safe color of #afd789 is #99cc99. Color #afd789 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 10001001
Octal 257 327 211
Decimal 175 215 137
Hex AF D7 89

RGB Percentages of Color #afd789

%33.21
%40.80
%26.00

CMYK Percentages of Color #afd789

%19
%0
%36
%16

Triadic Colors of #afd789

#afd789 #89afd7 #d789af

Analogous Colors of #afd789

#afd789 #89d78a #d6d789

Monochromatic Colors of #afd789

#afd789

Complementary Color

#afd789 #b189d7

#afd789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd789 Color CSS Codes

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

#afd789 Text Font Color

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

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


#afd789 Background Color

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

This div background color is #afd789


#afd789 Border Color

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

This div border color is #afd789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd789


Comments

No comments written yet.

Please login to write comment.