Color Hex Logo

#afd990 Color Hex

#AFD990
(175,217,144)
0 Favorites   0 Comments

Color spaces of #afd990

RGB 175217144
HSL0.260.490.71
HSV95°34°85°
CMYK 0.190.000.34   0.15
XYZ47.526160.753335.6072
Yxy60.75330.33030.4222
Hunter Lab77.9444-27.563527.4757
CIE-Lab82.2459-26.616431.5980

#afd990 color RGB value is (175,217,144).

#afd990 hex color red value is 175, green value is 217 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #afd990 hue: 0.26 , saturation: 0.49 and the lightness value of afd990 is 0.71.

The process color (four color CMYK) of #afd990 color hex is 0.19, 0.00, 0.34, 0.15. Web safe color of #afd990 is #99cc99. Color #afd990 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 10010000
Octal 257 331 220
Decimal 175 217 144
Hex AF D9 90

RGB Percentages of Color #afd990

%32.65
%40.49
%26.87

CMYK Percentages of Color #afd990

%19
%0
%34
%15

Triadic Colors of #afd990

#afd990 #90afd9 #d990af

Analogous Colors of #afd990

#afd990 #90d996 #d4d990

Monochromatic Colors of #afd990

#afd990

Complementary Color

#afd990 #ba90d9

#afd990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd990 Color CSS Codes

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

#afd990 Text Font Color

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

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


#afd990 Background Color

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

This div background color is #afd990


#afd990 Border Color

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

This div border color is #afd990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd990


Comments

No comments written yet.

Please login to write comment.