Color Hex Logo

#afd08b Color Hex

#AFD08B
(175,208,139)
0 Favorites   0 Comments

Color spaces of #afd08b

RGB 175208139
HSL0.250.420.68
HSV89°33°82°
CMYK 0.160.000.33   0.18
XYZ44.895356.089832.8863
Yxy56.08980.33540.4190
Hunter Lab74.8931-24.059726.3904
CIE-Lab79.6649-22.953330.7511

#afd08b color RGB value is (175,208,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 10001011
Octal 257 320 213
Decimal 175 208 139
Hex AF D0 8B

RGB Percentages of Color #afd08b

%33.52
%39.85
%26.63

CMYK Percentages of Color #afd08b

%16
%0
%33
%18

Triadic Colors of #afd08b

#afd08b #8bafd0 #d08baf

Analogous Colors of #afd08b

#afd08b #8dd08b #d0cf8b

Monochromatic Colors of #afd08b

#afd08b

Complementary Color

#afd08b #ac8bd0

#afd08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd08b Color CSS Codes

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

#afd08b Text Font Color

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

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


#afd08b Background Color

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

This div background color is #afd08b


#afd08b Border Color

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

This div border color is #afd08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd08b

#afd08b Color Palettes


Comments

No comments written yet.

Please login to write comment.