Color Hex Logo

#afd367 Color Hex

#AFD367
(175,211,103)
0 Favorites   0 Comments

Color spaces of #afd367

RGB 175211103
HSL0.220.550.62
HSV80°51°83°
CMYK 0.170.000.51   0.17
XYZ43.421656.681821.4841
Yxy56.68180.35710.4662
Hunter Lab75.2873-28.803835.7820
CIE-Lab80.0003-28.707149.0831

#afd367 color RGB value is (175,211,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 01100111
Octal 257 323 147
Decimal 175 211 103
Hex AF D3 67

RGB Percentages of Color #afd367

%35.79
%43.15
%21.06

CMYK Percentages of Color #afd367

%17
%0
%51
%17

Triadic Colors of #afd367

#afd367 #67afd3 #d367af

Analogous Colors of #afd367

#afd367 #79d367 #d3c167

Monochromatic Colors of #afd367

#afd367

Complementary Color

#afd367 #8b67d3

#afd367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd367 Color CSS Codes

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

#afd367 Text Font Color

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

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


#afd367 Background Color

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

This div background color is #afd367


#afd367 Border Color

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

This div border color is #afd367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd367


Comments

No comments written yet.

Please login to write comment.