Color Hex Logo

#afd164 Color Hex

#AFD164
(175,209,100)
0 Favorites   0 Comments

Color spaces of #afd164

RGB 175209100
HSL0.220.540.61
HSV79°52°82°
CMYK 0.160.000.52   0.18
XYZ42.779955.635020.5405
Yxy55.63500.35960.4677
Hunter Lab74.5889-28.153235.8848
CIE-Lab79.4056-28.050349.7880

#afd164 color RGB value is (175,209,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 01100100
Octal 257 321 144
Decimal 175 209 100
Hex AF D1 64

RGB Percentages of Color #afd164

%36.16
%43.18
%20.66

CMYK Percentages of Color #afd164

%16
%0
%52
%18

Triadic Colors of #afd164

#afd164 #64afd1 #d164af

Analogous Colors of #afd164

#afd164 #79d164 #d1bd64

Monochromatic Colors of #afd164

#afd164

Complementary Color

#afd164 #8664d1

#afd164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd164 Color CSS Codes

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

#afd164 Text Font Color

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

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


#afd164 Background Color

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

This div background color is #afd164


#afd164 Border Color

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

This div border color is #afd164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd164


Comments

No comments written yet.

Please login to write comment.