Color Hex Logo

#afd372 Color Hex

#AFD372
(175,211,114)
0 Favorites   0 Comments

Color spaces of #afd372

RGB 175211114
HSL0.230.520.64
HSV82°46°83°
CMYK 0.170.000.46   0.17
XYZ44.010756.917424.5861
Yxy56.91740.35060.4535
Hunter Lab75.4436-27.896833.4887
CIE-Lab80.1331-27.545943.9582

#afd372 color RGB value is (175,211,114).

#afd372 hex color red value is 175, green value is 211 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #afd372 hue: 0.23 , saturation: 0.52 and the lightness value of afd372 is 0.64.

The process color (four color CMYK) of #afd372 color hex is 0.17, 0.00, 0.46, 0.17. Web safe color of #afd372 is #99cc66. Color #afd372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 01110010
Octal 257 323 162
Decimal 175 211 114
Hex AF D3 72

RGB Percentages of Color #afd372

%35.00
%42.20
%22.80

CMYK Percentages of Color #afd372

%17
%0
%46
%17

Triadic Colors of #afd372

#afd372 #72afd3 #d372af

Analogous Colors of #afd372

#afd372 #7fd372 #d3c772

Monochromatic Colors of #afd372

#afd372

Complementary Color

#afd372 #9672d3

#afd372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd372 Color CSS Codes

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

#afd372 Text Font Color

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

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


#afd372 Background Color

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

This div background color is #afd372


#afd372 Border Color

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

This div border color is #afd372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd372


Comments

No comments written yet.

Please login to write comment.