Color Hex Logo

#afde8b Color Hex

#AFDE8B
(175,222,139)
0 Favorites   0 Comments

Color spaces of #afde8b

RGB 175222139
HSL0.260.560.71
HSV94°37°87°
CMYK 0.210.000.37   0.13
XYZ48.460763.220634.0747
Yxy63.22060.33250.4337
Hunter Lab79.5114-30.352530.2492
CIE-Lab83.5583-29.688635.8666

#afde8b color RGB value is (175,222,139).

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

The process color (four color CMYK) of #afde8b color hex is 0.21, 0.00, 0.37, 0.13. Web safe color of #afde8b is #99cc99. Color #afde8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 10001011
Octal 257 336 213
Decimal 175 222 139
Hex AF DE 8B

RGB Percentages of Color #afde8b

%32.65
%41.42
%25.93

CMYK Percentages of Color #afde8b

%21
%0
%37
%13

Triadic Colors of #afde8b

#afde8b #8bafde #de8baf

Analogous Colors of #afde8b

#afde8b #8bde91 #d9de8b

Monochromatic Colors of #afde8b

#afde8b

Complementary Color

#afde8b #ba8bde

#afde8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afde8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afde8b Color CSS Codes

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

#afde8b Text Font Color

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

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


#afde8b Background Color

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

This div background color is #afde8b


#afde8b Border Color

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

This div border color is #afde8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afde8b


Comments

No comments written yet.

Please login to write comment.