Color Hex Logo

#0ffeaa Color Hex

#0FFEAA
(15,254,170)
0 Favorites   0 Comments

Color spaces of #0ffeaa

RGB 15254170
HSL0.440.990.53
HSV159°94°100°
CMYK 0.940.000.33   0.00
XYZ42.894573.887550.0311
Yxy73.88750.25710.4429
Hunter Lab85.9578-61.351525.6612
CIE-Lab88.8693-68.500126.4769

#0ffeaa color RGB value is (15,254,170).

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

The process color (four color CMYK) of #0ffeaa color hex is 0.94, 0.00, 0.33, 0.00. Web safe color of #0ffeaa is #00ff99. Color #0ffeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111110 10101010
Octal 17 376 252
Decimal 15 254 170
Hex F FE AA

RGB Percentages of Color #0ffeaa

%3.42
%57.86
%38.72

CMYK Percentages of Color #0ffeaa

%94
%0
%33
%0

Triadic Colors of #0ffeaa

#0ffeaa #aa0ffe #feaa0f

Analogous Colors of #0ffeaa

#0ffeaa #0fdbfe #0ffe33

Monochromatic Colors of #0ffeaa

#0ffeaa

Complementary Color

#0ffeaa #fe0f63

#0ffeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffeaa Color CSS Codes

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

#0ffeaa Text Font Color

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

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


#0ffeaa Background Color

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

This div background color is #0ffeaa


#0ffeaa Border Color

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

This div border color is #0ffeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffeaa


Comments

No comments written yet.

Please login to write comment.