Color Hex Logo

#afff90 Color Hex

#AFFF90
(175,255,144)
0 Favorites   0 Comments

Color spaces of #afff90

RGB 175255144
HSL0.291.000.78
HSV103°44°100°
CMYK 0.310.000.44   0.00
XYZ58.473282.647639.2563
Yxy82.64760.32420.4582
Hunter Lab90.9107-44.283738.0354
CIE-Lab92.8599-43.975345.3432

#afff90 color RGB value is (175,255,144).

#afff90 hex color red value is 175, green value is 255 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #afff90 hue: 0.29 , saturation: 1.00 and the lightness value of afff90 is 0.78.

The process color (four color CMYK) of #afff90 color hex is 0.31, 0.00, 0.44, 0.00. Web safe color of #afff90 is #99ff99. Color #afff90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 10010000
Octal 257 377 220
Decimal 175 255 144
Hex AF FF 90

RGB Percentages of Color #afff90

%30.49
%44.43
%25.09

CMYK Percentages of Color #afff90

%31
%0
%44
%0

Triadic Colors of #afff90

#afff90 #90afff #ff90af

Analogous Colors of #afff90

#afff90 #90ffa9 #e7ff90

Monochromatic Colors of #afff90

#afff90

Complementary Color

#afff90 #e090ff

#afff90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afff90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afff90 Color CSS Codes

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

#afff90 Text Font Color

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

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


#afff90 Background Color

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

This div background color is #afff90


#afff90 Border Color

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

This div border color is #afff90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afff90

Related Colors


Comments

No comments written yet.

Please login to write comment.