Color Hex Logo

#afd493 Color Hex

#AFD493
(175,212,147)
0 Favorites   0 Comments

Color spaces of #afd493

RGB 175212147
HSL0.260.430.70
HSV94°31°83°
CMYK 0.170.000.31   0.17
XYZ46.489158.307536.4080
Yxy58.30750.32920.4129
Hunter Lab76.3593-24.954525.1822
CIE-Lab80.9095-23.763328.2684

#afd493 color RGB value is (175,212,147).

#afd493 hex color red value is 175, green value is 212 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #afd493 hue: 0.26 , saturation: 0.43 and the lightness value of afd493 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 10010011
Octal 257 324 223
Decimal 175 212 147
Hex AF D4 93

RGB Percentages of Color #afd493

%32.77
%39.70
%27.53

CMYK Percentages of Color #afd493

%17
%0
%31
%17

Triadic Colors of #afd493

#afd493 #93afd4 #d493af

Analogous Colors of #afd493

#afd493 #93d498 #d0d493

Monochromatic Colors of #afd493

#afd493

Complementary Color

#afd493 #b893d4

#afd493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd493 Color CSS Codes

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

#afd493 Text Font Color

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

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


#afd493 Background Color

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

This div background color is #afd493


#afd493 Border Color

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

This div border color is #afd493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd493


Comments

No comments written yet.

Please login to write comment.