Color Hex Logo

#afd167 Color Hex

#AFD167
(175,209,103)
0 Favorites   0 Comments

Color spaces of #afd167

RGB 175209103
HSL0.220.540.61
HSV79°51°82°
CMYK 0.160.000.51   0.18
XYZ42.927855.694221.3195
Yxy55.69420.35790.4643
Hunter Lab74.6285-27.923335.3023
CIE-Lab79.4395-27.755148.4142

#afd167 color RGB value is (175,209,103).

#afd167 hex color red value is 175, green value is 209 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #afd167 hue: 0.22 , saturation: 0.54 and the lightness value of afd167 is 0.61.

The process color (four color CMYK) of #afd167 color hex is 0.16, 0.00, 0.51, 0.18. Web safe color of #afd167 is #99cc66. Color #afd167 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 01100111
Octal 257 321 147
Decimal 175 209 103
Hex AF D1 67

RGB Percentages of Color #afd167

%35.93
%42.92
%21.15

CMYK Percentages of Color #afd167

%16
%0
%51
%18

Triadic Colors of #afd167

#afd167 #67afd1 #d167af

Analogous Colors of #afd167

#afd167 #7ad167 #d1be67

Monochromatic Colors of #afd167

#afd167

Complementary Color

#afd167 #8967d1

#afd167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd167 Color CSS Codes

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

#afd167 Text Font Color

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

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


#afd167 Background Color

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

This div background color is #afd167


#afd167 Border Color

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

This div border color is #afd167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd167


Comments

No comments written yet.

Please login to write comment.