Color Hex Logo

#afee0f Color Hex

#AFEE0F
(175,238,15)
0 Favorites   0 Comments

Color spaces of #afee0f

RGB 17523815
HSL0.210.880.50
HSV77°94°93°
CMYK 0.260.000.94   0.07
XYZ48.340070.297511.4729
Yxy70.29750.37150.5403
Hunter Lab83.8436-43.812250.5775
CIE-Lab87.1426-45.469983.3677

#afee0f color RGB value is (175,238,15).

#afee0f hex color red value is 175, green value is 238 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #afee0f hue: 0.21 , saturation: 0.88 and the lightness value of afee0f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101110 00001111
Octal 257 356 17
Decimal 175 238 15
Hex AF EE F

RGB Percentages of Color #afee0f

%40.89
%55.61
%3.50

CMYK Percentages of Color #afee0f

%26
%0
%94
%7

Triadic Colors of #afee0f

#afee0f #0fafee #ee0faf

Analogous Colors of #afee0f

#afee0f #40ee0f #eebe0f

Monochromatic Colors of #afee0f

#afee0f

Complementary Color

#afee0f #4e0fee

#afee0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afee0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afee0f Color CSS Codes

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

#afee0f Text Font Color

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

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


#afee0f Background Color

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

This div background color is #afee0f


#afee0f Border Color

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

This div border color is #afee0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afee0f


Comments

No comments written yet.

Please login to write comment.