Color Hex Logo

#affe0f Color Hex

#AFFE0F
(175,254,15)
0 Favorites   0 Comments

Color spaces of #affe0f

RGB 17525415
HSL0.220.990.53
HSV80°94°100°
CMYK 0.310.000.94   0.00
XYZ53.207280.032113.0954
Yxy80.03210.36360.5469
Hunter Lab89.4607-50.392353.9435
CIE-Lab91.6993-52.141886.9659

#affe0f color RGB value is (175,254,15).

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

The process color (four color CMYK) of #affe0f color hex is 0.31, 0.00, 0.94, 0.00. Web safe color of #affe0f is #99ff00. Color #affe0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 00001111
Octal 257 376 17
Decimal 175 254 15
Hex AF FE F

RGB Percentages of Color #affe0f

%39.41
%57.21
%3.38

CMYK Percentages of Color #affe0f

%31
%0
%94
%0

Triadic Colors of #affe0f

#affe0f #0faffe #fe0faf

Analogous Colors of #affe0f

#affe0f #38fe0f #fed60f

Monochromatic Colors of #affe0f

#affe0f

Complementary Color

#affe0f #5e0ffe

#affe0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affe0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#affe0f Color CSS Codes

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

#affe0f Text Font Color

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

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


#affe0f Background Color

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

This div background color is #affe0f


#affe0f Border Color

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

This div border color is #affe0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affe0f


Comments

No comments written yet.

Please login to write comment.