Color Hex Logo

#afea73 Color Hex

#AFEA73
(175,234,115)
0 Favorites   0 Comments

Color spaces of #afea73

RGB 175234115
HSL0.250.740.68
HSV90°51°92°
CMYK 0.250.000.51   0.08
XYZ50.196569.197426.9305
Yxy69.19740.34300.4729
Hunter Lab83.1850-37.861039.0348
CIE-Lab86.6017-38.093451.3568

#afea73 color RGB value is (175,234,115).

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

The process color (four color CMYK) of #afea73 color hex is 0.25, 0.00, 0.51, 0.08. Web safe color of #afea73 is #99ff66. Color #afea73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101010 01110011
Octal 257 352 163
Decimal 175 234 115
Hex AF EA 73

RGB Percentages of Color #afea73

%33.40
%44.66
%21.95

CMYK Percentages of Color #afea73

%25
%0
%51
%8

Triadic Colors of #afea73

#afea73 #73afea #ea73af

Analogous Colors of #afea73

#afea73 #74ea73 #eaea73

Monochromatic Colors of #afea73

#afea73

Complementary Color

#afea73 #ae73ea

#afea73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afea73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afea73 Color CSS Codes

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

#afea73 Text Font Color

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

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


#afea73 Background Color

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

This div background color is #afea73


#afea73 Border Color

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

This div border color is #afea73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afea73


Comments

No comments written yet.

Please login to write comment.