Color Hex Logo

#afd983 Color Hex

#AFD983
(175,217,131)
0 Favorites   0 Comments

Color spaces of #afd983

RGB 175217131
HSL0.250.530.68
HSV89°40°85°
CMYK 0.190.000.40   0.15
XYZ46.588860.378430.6714
Yxy60.37840.33850.4387
Hunter Lab77.7035-28.957730.9893
CIE-Lab82.0434-28.369837.9348

#afd983 color RGB value is (175,217,131).

#afd983 hex color red value is 175, green value is 217 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #afd983 hue: 0.25 , saturation: 0.53 and the lightness value of afd983 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011001 10000011
Octal 257 331 203
Decimal 175 217 131
Hex AF D9 83

RGB Percentages of Color #afd983

%33.46
%41.49
%25.05

CMYK Percentages of Color #afd983

%19
%0
%40
%15

Triadic Colors of #afd983

#afd983 #83afd9 #d983af

Analogous Colors of #afd983

#afd983 #84d983 #d9d883

Monochromatic Colors of #afd983

#afd983

Complementary Color

#afd983 #ad83d9

#afd983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd983 Color CSS Codes

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

#afd983 Text Font Color

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

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


#afd983 Background Color

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

This div background color is #afd983


#afd983 Border Color

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

This div border color is #afd983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd983


Comments

No comments written yet.

Please login to write comment.