Color Hex Logo

#afd083 Color Hex

#AFD083
(175,208,131)
0 Favorites   0 Comments

Color spaces of #afd083

RGB 175208131
HSL0.240.450.66
HSV86°37°82°
CMYK 0.160.000.37   0.18
XYZ44.331855.864429.9191
Yxy55.86440.34070.4293
Hunter Lab74.7425-24.926228.5862
CIE-Lab79.5366-24.036234.6935

#afd083 color RGB value is (175,208,131).

#afd083 hex color red value is 175, green value is 208 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #afd083 hue: 0.24 , saturation: 0.45 and the lightness value of afd083 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 10000011
Octal 257 320 203
Decimal 175 208 131
Hex AF D0 83

RGB Percentages of Color #afd083

%34.05
%40.47
%25.49

CMYK Percentages of Color #afd083

%16
%0
%37
%18

Triadic Colors of #afd083

#afd083 #83afd0 #d083af

Analogous Colors of #afd083

#afd083 #89d083 #d0cb83

Monochromatic Colors of #afd083

#afd083

Complementary Color

#afd083 #a483d0

#afd083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd083 Color CSS Codes

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

#afd083 Text Font Color

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

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


#afd083 Background Color

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

This div background color is #afd083


#afd083 Border Color

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

This div border color is #afd083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd083


Comments

No comments written yet.

Please login to write comment.