Color Hex Logo

#afe774 Color Hex

#AFE774
(175,231,116)
0 Favorites   0 Comments

Color spaces of #afe774

RGB 175231116
HSL0.250.710.68
HSV89°50°91°
CMYK 0.240.000.50   0.09
XYZ49.407567.526726.9529
Yxy67.52670.34340.4693
Hunter Lab82.1746-36.482538.0754
CIE-Lab85.7692-36.633849.8867

#afe774 color RGB value is (175,231,116).

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

The process color (four color CMYK) of #afe774 color hex is 0.24, 0.00, 0.50, 0.09. Web safe color of #afe774 is #99ff66. Color #afe774 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 01110100
Octal 257 347 164
Decimal 175 231 116
Hex AF E7 74

RGB Percentages of Color #afe774

%33.52
%44.25
%22.22

CMYK Percentages of Color #afe774

%24
%0
%50
%9

Triadic Colors of #afe774

#afe774 #74afe7 #e774af

Analogous Colors of #afe774

#afe774 #76e774 #e7e674

Monochromatic Colors of #afe774

#afe774

Complementary Color

#afe774 #ac74e7

#afe774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe774 Color CSS Codes

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

#afe774 Text Font Color

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

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


#afe774 Background Color

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

This div background color is #afe774


#afe774 Border Color

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

This div border color is #afe774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe774


Comments

No comments written yet.

Please login to write comment.