Color Hex Logo

#afd699 Color Hex

#AFD699
(175,214,153)
0 Favorites   0 Comments

Color spaces of #afd699

RGB 175214153
HSL0.270.430.72
HSV98°29°84°
CMYK 0.180.000.29   0.16
XYZ47.475559.507039.1208
Yxy59.50700.32490.4073
Hunter Lab77.1408-25.140423.9305
CIE-Lab81.5695-23.841526.0408

#afd699 color RGB value is (175,214,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 10011001
Octal 257 326 231
Decimal 175 214 153
Hex AF D6 99

RGB Percentages of Color #afd699

%32.29
%39.48
%28.23

CMYK Percentages of Color #afd699

%18
%0
%29
%16

Triadic Colors of #afd699

#afd699 #99afd6 #d699af

Analogous Colors of #afd699

#afd699 #99d6a2 #ced699

Monochromatic Colors of #afd699

#afd699

Complementary Color

#afd699 #c099d6

#afd699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd699 Color CSS Codes

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

#afd699 Text Font Color

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

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


#afd699 Background Color

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

This div background color is #afd699


#afd699 Border Color

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

This div border color is #afd699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd699


Comments

No comments written yet.

Please login to write comment.