Color Hex Logo

#afd774 Color Hex

#AFD774
(175,215,116)
0 Favorites   0 Comments

Color spaces of #afd774

RGB 175215116
HSL0.230.550.65
HSV84°46°84°
CMYK 0.190.000.46   0.16
XYZ45.132058.975825.5278
Yxy58.97580.34810.4549
Hunter Lab76.7957-29.490034.0483
CIE-Lab81.2783-29.224444.3971

#afd774 color RGB value is (175,215,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010111 01110100
Octal 257 327 164
Decimal 175 215 116
Hex AF D7 74

RGB Percentages of Color #afd774

%34.58
%42.49
%22.92

CMYK Percentages of Color #afd774

%19
%0
%46
%16

Triadic Colors of #afd774

#afd774 #74afd7 #d774af

Analogous Colors of #afd774

#afd774 #7ed774 #d7ce74

Monochromatic Colors of #afd774

#afd774

Complementary Color

#afd774 #9c74d7

#afd774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd774 Color CSS Codes

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

#afd774 Text Font Color

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

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


#afd774 Background Color

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

This div background color is #afd774


#afd774 Border Color

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

This div border color is #afd774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd774


Comments

No comments written yet.

Please login to write comment.