Color Hex Logo

#afd799 Color Hex

#AFD799
(175,215,153)
0 Favorites   0 Comments

Color spaces of #afd799

RGB 175215153
HSL0.270.440.72
HSV99°29°84°
CMYK 0.190.000.29   0.16
XYZ47.729460.014739.2054
Yxy60.01470.32480.4084
Hunter Lab77.4692-25.595724.2231
CIE-Lab81.8462-24.328226.4155

#afd799 color RGB value is (175,215,153).

#afd799 hex color red value is 175, green value is 215 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #afd799 hue: 0.27 , saturation: 0.44 and the lightness value of afd799 is 0.72.

The process color (four color CMYK) of #afd799 color hex is 0.19, 0.00, 0.29, 0.16. Web safe color of #afd799 is #99cc99. Color #afd799 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 10011001
Octal 257 327 231
Decimal 175 215 153
Hex AF D7 99

RGB Percentages of Color #afd799

%32.23
%39.59
%28.18

CMYK Percentages of Color #afd799

%19
%0
%29
%16

Triadic Colors of #afd799

#afd799 #99afd7 #d799af

Analogous Colors of #afd799

#afd799 #99d7a2 #ced799

Monochromatic Colors of #afd799

#afd799

Complementary Color

#afd799 #c199d7

#afd799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd799 Color CSS Codes

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

#afd799 Text Font Color

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

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


#afd799 Background Color

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

This div background color is #afd799


#afd799 Border Color

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

This div border color is #afd799


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd799


Comments

No comments written yet.

Please login to write comment.