Color Hex Logo

#afd499 Color Hex

#AFD499
(175,212,153)
0 Favorites   0 Comments

Color spaces of #afd499

RGB 175212153
HSL0.270.410.72
HSV98°28°83°
CMYK 0.170.000.28   0.17
XYZ46.972458.500838.9531
Yxy58.50080.32520.4051
Hunter Lab76.4858-24.227623.3445
CIE-Lab81.0164-22.863925.2907

#afd499 color RGB value is (175,212,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 10011001
Octal 257 324 231
Decimal 175 212 153
Hex AF D4 99

RGB Percentages of Color #afd499

%32.41
%39.26
%28.33

CMYK Percentages of Color #afd499

%17
%0
%28
%17

Triadic Colors of #afd499

#afd499 #99afd4 #d499af

Analogous Colors of #afd499

#afd499 #99d4a1 #cdd499

Monochromatic Colors of #afd499

#afd499

Complementary Color

#afd499 #be99d4

#afd499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd499 Color CSS Codes

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

#afd499 Text Font Color

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

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


#afd499 Background Color

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

This div background color is #afd499


#afd499 Border Color

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

This div border color is #afd499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd499


Comments

No comments written yet.

Please login to write comment.