Color Hex Logo

#affa90 Color Hex

#AFFA90
(175,250,144)
0 Favorites   0 Comments

Color spaces of #affa90

RGB 175250144
HSL0.280.910.77
HSV102°42°98°
CMYK 0.300.000.42   0.02
XYZ56.898879.498838.7315
Yxy79.49880.32490.4539
Hunter Lab89.1621-42.123936.6582
CIE-Lab91.4595-41.790443.5658

#affa90 color RGB value is (175,250,144).

#affa90 hex color red value is 175, green value is 250 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #affa90 hue: 0.28 , saturation: 0.91 and the lightness value of affa90 is 0.77.

The process color (four color CMYK) of #affa90 color hex is 0.30, 0.00, 0.42, 0.02. Web safe color of #affa90 is #99ff99. Color #affa90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 10010000
Octal 257 372 220
Decimal 175 250 144
Hex AF FA 90

RGB Percentages of Color #affa90

%30.76
%43.94
%25.31

CMYK Percentages of Color #affa90

%30
%0
%42
%2

Triadic Colors of #affa90

#affa90 #90affa #fa90af

Analogous Colors of #affa90

#affa90 #90faa6 #e4fa90

Monochromatic Colors of #affa90

#affa90

Complementary Color

#affa90 #db90fa

#affa90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affa90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affa90 Color CSS Codes

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

#affa90 Text Font Color

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

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


#affa90 Background Color

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

This div background color is #affa90


#affa90 Border Color

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

This div border color is #affa90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affa90

Related Colors


Comments

No comments written yet.

Please login to write comment.