Color Hex Logo

#affa4c Color Hex

#AFFA4C
(175,250,76)
0 Favorites   0 Comments

Color spaces of #affa4c

RGB 17525076
HSL0.240.950.64
HSV86°70°98°
CMYK 0.300.000.70   0.02
XYZ53.169378.007019.0920
Yxy78.00700.35380.5191
Hunter Lab88.3216-47.106349.0087
CIE-Lab90.7831-48.290772.1666

#affa4c color RGB value is (175,250,76).

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

The process color (four color CMYK) of #affa4c color hex is 0.30, 0.00, 0.70, 0.02. Web safe color of #affa4c is #99ff33. Color #affa4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 01001100
Octal 257 372 114
Decimal 175 250 76
Hex AF FA 4C

RGB Percentages of Color #affa4c

%34.93
%49.90
%15.17

CMYK Percentages of Color #affa4c

%30
%0
%70
%2

Triadic Colors of #affa4c

#affa4c #4caffa #fa4caf

Analogous Colors of #affa4c

#affa4c #58fa4c #faee4c

Monochromatic Colors of #affa4c

#affa4c

Complementary Color

#affa4c #974cfa

#affa4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affa4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#affa4c Color CSS Codes

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

#affa4c Text Font Color

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

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


#affa4c Background Color

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

This div background color is #affa4c


#affa4c Border Color

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

This div border color is #affa4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affa4c

Related Colors


Comments

No comments written yet.

Please login to write comment.