Color Hex Logo

#afd689 Color Hex

#AFD689
(175,214,137)
0 Favorites   0 Comments

Color spaces of #afd689

RGB 175214137
HSL0.250.480.69
HSV90°36°84°
CMYK 0.180.000.36   0.16
XYZ46.241159.013232.6204
Yxy59.01320.33540.4280
Hunter Lab76.8200-26.988728.5975
CIE-Lab81.2989-26.143533.9309

#afd689 color RGB value is (175,214,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 10001001
Octal 257 326 211
Decimal 175 214 137
Hex AF D6 89

RGB Percentages of Color #afd689

%33.27
%40.68
%26.05

CMYK Percentages of Color #afd689

%18
%0
%36
%16

Triadic Colors of #afd689

#afd689 #89afd6 #d689af

Analogous Colors of #afd689

#afd689 #89d68a #d6d689

Monochromatic Colors of #afd689

#afd689

Complementary Color

#afd689 #b089d6

#afd689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd689 Color CSS Codes

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

#afd689 Text Font Color

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

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


#afd689 Background Color

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

This div background color is #afd689


#afd689 Border Color

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

This div border color is #afd689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd689


Comments

No comments written yet.

Please login to write comment.