Color Hex Logo

#aff190 Color Hex

#AFF190
(175,241,144)
0 Favorites   0 Comments

Color spaces of #aff190

RGB 175241144
HSL0.280.780.75
HSV101°40°95°
CMYK 0.270.000.40   0.05
XYZ54.168574.038237.8214
Yxy74.03820.32630.4459
Hunter Lab86.0455-38.207834.1708
CIE-Lab88.9405-37.783840.3415

#aff190 color RGB value is (175,241,144).

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

The process color (four color CMYK) of #aff190 color hex is 0.27, 0.00, 0.40, 0.05. Web safe color of #aff190 is #99ff99. Color #aff190 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110001 10010000
Octal 257 361 220
Decimal 175 241 144
Hex AF F1 90

RGB Percentages of Color #aff190

%31.25
%43.04
%25.71

CMYK Percentages of Color #aff190

%27
%0
%40
%5

Triadic Colors of #aff190

#aff190 #90aff1 #f190af

Analogous Colors of #aff190

#aff190 #90f1a2 #e0f190

Monochromatic Colors of #aff190

#aff190

Complementary Color

#aff190 #d290f1

#aff190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff190 Color CSS Codes

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

#aff190 Text Font Color

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

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


#aff190 Background Color

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

This div background color is #aff190


#aff190 Border Color

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

This div border color is #aff190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff190


Comments

No comments written yet.

Please login to write comment.