Color Hex Logo

#afd767 Color Hex

#AFD767
(175,215,103)
0 Favorites   0 Comments

Color spaces of #afd767

RGB 175215103
HSL0.230.580.62
HSV81°52°84°
CMYK 0.190.000.52   0.16
XYZ44.427858.694121.8195
Yxy58.69410.35560.4698
Hunter Lab76.6121-30.557936.7424
CIE-Lab81.1232-30.595250.4163

#afd767 color RGB value is (175,215,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 01100111
Octal 257 327 147
Decimal 175 215 103
Hex AF D7 67

RGB Percentages of Color #afd767

%35.50
%43.61
%20.89

CMYK Percentages of Color #afd767

%19
%0
%52
%16

Triadic Colors of #afd767

#afd767 #67afd7 #d767af

Analogous Colors of #afd767

#afd767 #77d767 #d7c767

Monochromatic Colors of #afd767

#afd767

Complementary Color

#afd767 #8f67d7

#afd767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd767 Color CSS Codes

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

#afd767 Text Font Color

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

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


#afd767 Background Color

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

This div background color is #afd767


#afd767 Border Color

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

This div border color is #afd767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd767


Comments

No comments written yet.

Please login to write comment.