Color Hex Logo

#afd067 Color Hex

#AFD067
(175,208,103)
0 Favorites   0 Comments

Color spaces of #afd067

RGB 175208103
HSL0.220.530.61
HSV79°50°82°
CMYK 0.160.000.50   0.18
XYZ42.683355.205021.2379
Yxy55.20500.35830.4634
Hunter Lab74.3001-27.481935.0626
CIE-Lab79.1592-27.276848.0794

#afd067 color RGB value is (175,208,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 01100111
Octal 257 320 147
Decimal 175 208 103
Hex AF D0 67

RGB Percentages of Color #afd067

%36.01
%42.80
%21.19

CMYK Percentages of Color #afd067

%16
%0
%50
%18

Triadic Colors of #afd067

#afd067 #67afd0 #d067af

Analogous Colors of #afd067

#afd067 #7bd067 #d0bd67

Monochromatic Colors of #afd067

#afd067

Complementary Color

#afd067 #8867d0

#afd067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd067 Color CSS Codes

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

#afd067 Text Font Color

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

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


#afd067 Background Color

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

This div background color is #afd067


#afd067 Border Color

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

This div border color is #afd067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd067


Comments

No comments written yet.

Please login to write comment.