Color Hex Logo

#afd786 Color Hex

#AFD786
(175,215,134)
0 Favorites   0 Comments

Color spaces of #afd786

RGB 175215134
HSL0.250.500.68
HSV90°38°84°
CMYK 0.190.000.38   0.16
XYZ46.282759.436131.5872
Yxy59.43610.33710.4329
Hunter Lab77.0948-27.756229.6741
CIE-Lab81.5307-27.025135.7587

#afd786 color RGB value is (175,215,134).

#afd786 hex color red value is 175, green value is 215 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #afd786 hue: 0.25 , saturation: 0.50 and the lightness value of afd786 is 0.68.

The process color (four color CMYK) of #afd786 color hex is 0.19, 0.00, 0.38, 0.16. Web safe color of #afd786 is #99cc99. Color #afd786 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 10000110
Octal 257 327 206
Decimal 175 215 134
Hex AF D7 86

RGB Percentages of Color #afd786

%33.40
%41.03
%25.57

CMYK Percentages of Color #afd786

%19
%0
%38
%16

Triadic Colors of #afd786

#afd786 #86afd7 #d786af

Analogous Colors of #afd786

#afd786 #87d786 #d7d786

Monochromatic Colors of #afd786

#afd786

Complementary Color

#afd786 #ae86d7

#afd786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd786 Color CSS Codes

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

#afd786 Text Font Color

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

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


#afd786 Background Color

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

This div background color is #afd786


#afd786 Border Color

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

This div border color is #afd786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd786


Comments

No comments written yet.

Please login to write comment.