Color Hex Logo

#afdb72 Color Hex

#AFDB72
(175,219,114)
0 Favorites   0 Comments

Color spaces of #afdb72

RGB 175219114
HSL0.240.590.65
HSV85°48°86°
CMYK 0.200.000.48   0.14
XYZ46.048060.991925.2652
Yxy60.99190.34800.4610
Hunter Lab78.0973-31.422535.4873
CIE-Lab82.3744-31.327646.7113

#afdb72 color RGB value is (175,219,114).

#afdb72 hex color red value is 175, green value is 219 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #afdb72 hue: 0.24 , saturation: 0.59 and the lightness value of afdb72 is 0.65.

The process color (four color CMYK) of #afdb72 color hex is 0.20, 0.00, 0.48, 0.14. Web safe color of #afdb72 is #99cc66. Color #afdb72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011011 01110010
Octal 257 333 162
Decimal 175 219 114
Hex AF DB 72

RGB Percentages of Color #afdb72

%34.45
%43.11
%22.44

CMYK Percentages of Color #afdb72

%20
%0
%48
%14

Triadic Colors of #afdb72

#afdb72 #72afdb #db72af

Analogous Colors of #afdb72

#afdb72 #7bdb72 #dbd372

Monochromatic Colors of #afdb72

#afdb72

Complementary Color

#afdb72 #9e72db

#afdb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdb72 Color CSS Codes

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

#afdb72 Text Font Color

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

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


#afdb72 Background Color

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

This div background color is #afdb72


#afdb72 Border Color

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

This div border color is #afdb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdb72


Comments

No comments written yet.

Please login to write comment.