Color Hex Logo

#afd894 Color Hex

#AFD894
(175,216,148)
0 Favorites   0 Comments

Color spaces of #afd894

RGB 175216148
HSL0.270.470.71
HSV96°31°85°
CMYK 0.190.000.31   0.15
XYZ47.580460.363837.1606
Yxy60.36380.32790.4160
Hunter Lab77.6941-26.650226.0279
CIE-Lab82.0355-25.558429.2599

#afd894 color RGB value is (175,216,148).

#afd894 hex color red value is 175, green value is 216 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #afd894 hue: 0.27 , saturation: 0.47 and the lightness value of afd894 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 10010100
Octal 257 330 224
Decimal 175 216 148
Hex AF D8 94

RGB Percentages of Color #afd894

%32.47
%40.07
%27.46

CMYK Percentages of Color #afd894

%19
%0
%31
%15

Triadic Colors of #afd894

#afd894 #94afd8 #d894af

Analogous Colors of #afd894

#afd894 #94d89b #d1d894

Monochromatic Colors of #afd894

#afd894

Complementary Color

#afd894 #bd94d8

#afd894 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd894 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd894 Color CSS Codes

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

#afd894 Text Font Color

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

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


#afd894 Background Color

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

This div background color is #afd894


#afd894 Border Color

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

This div border color is #afd894


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd894


Comments

No comments written yet.

Please login to write comment.