Color Hex Logo

#afdb84 Color Hex

#AFDB84
(175,219,132)
0 Favorites   0 Comments

Color spaces of #afdb84

RGB 175219132
HSL0.250.550.69
HSV90°40°86°
CMYK 0.200.000.40   0.14
XYZ47.175661.442931.2031
Yxy61.44290.33740.4394
Hunter Lab78.3855-29.746131.2682
CIE-Lab82.6163-29.190638.1692

#afdb84 color RGB value is (175,219,132).

#afdb84 hex color red value is 175, green value is 219 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #afdb84 hue: 0.25 , saturation: 0.55 and the lightness value of afdb84 is 0.69.

The process color (four color CMYK) of #afdb84 color hex is 0.20, 0.00, 0.40, 0.14. Web safe color of #afdb84 is #99cc99. Color #afdb84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 10000100
Octal 257 333 204
Decimal 175 219 132
Hex AF DB 84

RGB Percentages of Color #afdb84

%33.27
%41.63
%25.10

CMYK Percentages of Color #afdb84

%20
%0
%40
%14

Triadic Colors of #afdb84

#afdb84 #84afdb #db84af

Analogous Colors of #afdb84

#afdb84 #84db85 #dbdb84

Monochromatic Colors of #afdb84

#afdb84

Complementary Color

#afdb84 #b084db

#afdb84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb84 Color CSS Codes

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

#afdb84 Text Font Color

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

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


#afdb84 Background Color

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

This div background color is #afdb84


#afdb84 Border Color

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

This div border color is #afdb84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb84


Comments

No comments written yet.

Please login to write comment.