Color Hex Logo

#affe1e Color Hex

#AFFE1E
(175,254,30)
0 Favorites   0 Comments

Color spaces of #affe1e

RGB 17525430
HSL0.230.990.56
HSV81°88°100°
CMYK 0.310.000.88   0.00
XYZ53.355480.091313.8753
Yxy80.09130.36220.5436
Hunter Lab89.4937-50.193953.4532
CIE-Lab91.7258-51.874085.0895

#affe1e color RGB value is (175,254,30).

#affe1e hex color red value is 175, green value is 254 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #affe1e hue: 0.23 , saturation: 0.99 and the lightness value of affe1e is 0.56.

The process color (four color CMYK) of #affe1e color hex is 0.31, 0.00, 0.88, 0.00. Web safe color of #affe1e is #99ff33. Color #affe1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 00011110
Octal 257 376 36
Decimal 175 254 30
Hex AF FE 1E

RGB Percentages of Color #affe1e

%38.13
%55.34
%6.54

CMYK Percentages of Color #affe1e

%31
%0
%88
%0

Triadic Colors of #affe1e

#affe1e #1eaffe #fe1eaf

Analogous Colors of #affe1e

#affe1e #3ffe1e #fedd1e

Monochromatic Colors of #affe1e

#affe1e

Complementary Color

#affe1e #6d1efe

#affe1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affe1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#affe1e Color CSS Codes

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

#affe1e Text Font Color

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

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


#affe1e Background Color

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

This div background color is #affe1e


#affe1e Border Color

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

This div border color is #affe1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affe1e


Comments

No comments written yet.

Please login to write comment.