Color Hex Logo

#affa4d Color Hex

#AFFA4D
(175,250,77)
0 Favorites   0 Comments

Color spaces of #affa4d

RGB 17525077
HSL0.240.950.64
HSV86°69°98°
CMYK 0.300.000.69   0.02
XYZ53.204478.021019.2766
Yxy78.02100.35350.5184
Hunter Lab88.3295-47.058948.8915
CIE-Lab90.7895-48.227671.8180

#affa4d color RGB value is (175,250,77).

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

The process color (four color CMYK) of #affa4d color hex is 0.30, 0.00, 0.69, 0.02. Web safe color of #affa4d is #99ff66. Color #affa4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 01001101
Octal 257 372 115
Decimal 175 250 77
Hex AF FA 4D

RGB Percentages of Color #affa4d

%34.86
%49.80
%15.34

CMYK Percentages of Color #affa4d

%30
%0
%69
%2

Triadic Colors of #affa4d

#affa4d #4daffa #fa4daf

Analogous Colors of #affa4d

#affa4d #58fa4d #faef4d

Monochromatic Colors of #affa4d

#affa4d

Complementary Color

#affa4d #984dfa

#affa4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affa4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#affa4d Color CSS Codes

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

#affa4d Text Font Color

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

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


#affa4d Background Color

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

This div background color is #affa4d


#affa4d Border Color

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

This div border color is #affa4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affa4d


Comments

No comments written yet.

Please login to write comment.