Color Hex Logo

#aff93e Color Hex

#AFF93E
(175,249,62)
0 Favorites   0 Comments

Color spaces of #aff93e

RGB 17524962
HSL0.230.940.61
HSV84°75°98°
CMYK 0.300.000.75   0.02
XYZ52.424477.213116.6980
Yxy77.21310.35820.5276
Hunter Lab87.8710-47.280050.2429
CIE-Lab90.4196-48.656976.4293

#aff93e color RGB value is (175,249,62).

#aff93e hex color red value is 175, green value is 249 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aff93e hue: 0.23 , saturation: 0.94 and the lightness value of aff93e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 00111110
Octal 257 371 76
Decimal 175 249 62
Hex AF F9 3E

RGB Percentages of Color #aff93e

%36.01
%51.23
%12.76

CMYK Percentages of Color #aff93e

%30
%0
%75
%2

Triadic Colors of #aff93e

#aff93e #3eaff9 #f93eaf

Analogous Colors of #aff93e

#aff93e #52f93e #f9e63e

Monochromatic Colors of #aff93e

#aff93e

Complementary Color

#aff93e #883ef9

#aff93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff93e Color CSS Codes

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

#aff93e Text Font Color

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

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


#aff93e Background Color

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

This div background color is #aff93e


#aff93e Border Color

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

This div border color is #aff93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff93e


Comments

No comments written yet.

Please login to write comment.