Color Hex Logo

#afe760 Color Hex

#AFE760
(175,231,96)
0 Favorites   0 Comments

Color spaces of #afe760

RGB 17523196
HSL0.240.740.64
HSV85°58°91°
CMYK 0.240.000.58   0.09
XYZ48.366467.110321.4707
Yxy67.11030.35320.4900
Hunter Lab81.9209-37.974441.8053
CIE-Lab85.5596-38.574258.6923

#afe760 color RGB value is (175,231,96).

#afe760 hex color red value is 175, green value is 231 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #afe760 hue: 0.24 , saturation: 0.74 and the lightness value of afe760 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 01100000
Octal 257 347 140
Decimal 175 231 96
Hex AF E7 60

RGB Percentages of Color #afe760

%34.86
%46.02
%19.12

CMYK Percentages of Color #afe760

%24
%0
%58
%9

Triadic Colors of #afe760

#afe760 #60afe7 #e760af

Analogous Colors of #afe760

#afe760 #6ce760 #e7dc60

Monochromatic Colors of #afe760

#afe760

Complementary Color

#afe760 #9860e7

#afe760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe760 Color CSS Codes

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

#afe760 Text Font Color

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

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


#afe760 Background Color

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

This div background color is #afe760


#afe760 Border Color

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

This div border color is #afe760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe760


Comments

No comments written yet.

Please login to write comment.