Color Hex Logo

#afd89b Color Hex

#AFD89B
(175,216,155)
0 Favorites   0 Comments

Color spaces of #afd89b

RGB 175216155
HSL0.280.440.73
HSV100°28°85°
CMYK 0.190.000.28   0.15
XYZ48.151560.592340.1680
Yxy60.59230.32340.4069
Hunter Lab77.8411-25.804023.8936
CIE-Lab82.1591-24.508825.7999

#afd89b color RGB value is (175,216,155).

#afd89b hex color red value is 175, green value is 216 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #afd89b hue: 0.28 , saturation: 0.44 and the lightness value of afd89b is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 10011011
Octal 257 330 233
Decimal 175 216 155
Hex AF D8 9B

RGB Percentages of Color #afd89b

%32.05
%39.56
%28.39

CMYK Percentages of Color #afd89b

%19
%0
%28
%15

Triadic Colors of #afd89b

#afd89b #9bafd8 #d89baf

Analogous Colors of #afd89b

#afd89b #9bd8a6 #ced89b

Monochromatic Colors of #afd89b

#afd89b

Complementary Color

#afd89b #c49bd8

#afd89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd89b Color CSS Codes

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

#afd89b Text Font Color

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

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


#afd89b Background Color

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

This div background color is #afd89b


#afd89b Border Color

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

This div border color is #afd89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd89b


Comments

No comments written yet.

Please login to write comment.