Color Hex Logo

#affe73 Color Hex

#AFFE73
(175,254,115)
0 Favorites   0 Comments

Color spaces of #affe73

RGB 175254115
HSL0.260.990.72
HSV94°55°100°
CMYK 0.310.000.55   0.00
XYZ56.215581.235428.9368
Yxy81.23540.33790.4882
Hunter Lab90.1307-46.396344.0562
CIE-Lab92.2363-46.832558.0284

#affe73 color RGB value is (175,254,115).

#affe73 hex color red value is 175, green value is 254 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #affe73 hue: 0.26 , saturation: 0.99 and the lightness value of affe73 is 0.72.

The process color (four color CMYK) of #affe73 color hex is 0.31, 0.00, 0.55, 0.00. Web safe color of #affe73 is #99ff66. Color #affe73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 01110011
Octal 257 376 163
Decimal 175 254 115
Hex AF FE 73

RGB Percentages of Color #affe73

%32.17
%46.69
%21.14

CMYK Percentages of Color #affe73

%31
%0
%55
%0

Triadic Colors of #affe73

#affe73 #73affe #fe73af

Analogous Colors of #affe73

#affe73 #73fe7d #f5fe73

Monochromatic Colors of #affe73

#affe73

Complementary Color

#affe73 #c273fe

#affe73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affe73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affe73 Color CSS Codes

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

#affe73 Text Font Color

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

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


#affe73 Background Color

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

This div background color is #affe73


#affe73 Border Color

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

This div border color is #affe73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affe73


Comments

No comments written yet.

Please login to write comment.