Color Hex Logo

#afef76 Color Hex

#AFEF76
(175,239,118)
0 Favorites   0 Comments

Color spaces of #afef76

RGB 175239118
HSL0.250.790.70
HSV92°51°94°
CMYK 0.270.000.51   0.06
XYZ51.815772.155028.3359
Yxy72.15500.34020.4737
Hunter Lab84.9441-39.767639.6827
CIE-Lab88.0431-40.006751.6951

#afef76 color RGB value is (175,239,118).

#afef76 hex color red value is 175, green value is 239 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #afef76 hue: 0.25 , saturation: 0.79 and the lightness value of afef76 is 0.70.

The process color (four color CMYK) of #afef76 color hex is 0.27, 0.00, 0.51, 0.06. Web safe color of #afef76 is #99ff66. Color #afef76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 01110110
Octal 257 357 166
Decimal 175 239 118
Hex AF EF 76

RGB Percentages of Color #afef76

%32.89
%44.92
%22.18

CMYK Percentages of Color #afef76

%27
%0
%51
%6

Triadic Colors of #afef76

#afef76 #76afef #ef76af

Analogous Colors of #afef76

#afef76 #76ef7a #ecef76

Monochromatic Colors of #afef76

#afef76

Complementary Color

#afef76 #b676ef

#afef76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef76 Color CSS Codes

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

#afef76 Text Font Color

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

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


#afef76 Background Color

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

This div background color is #afef76


#afef76 Border Color

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

This div border color is #afef76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef76


Comments

No comments written yet.

Please login to write comment.