Color Hex Logo

#0feeaa Color Hex

#0FEEAA
(15,238,170)
0 Favorites   0 Comments

Color spaces of #0feeaa

RGB 15238170
HSL0.450.880.50
HSV162°94°93°
CMYK 0.940.000.29   0.07
XYZ38.027264.152948.4087
Yxy64.15290.25250.4260
Hunter Lab80.0955-55.420120.2327
CIE-Lab84.0453-62.799519.8463

#0feeaa color RGB value is (15,238,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101110 10101010
Octal 17 356 252
Decimal 15 238 170
Hex F EE AA

RGB Percentages of Color #0feeaa

%3.55
%56.26
%40.19

CMYK Percentages of Color #0feeaa

%94
%0
%29
%7

Triadic Colors of #0feeaa

#0feeaa #aa0fee #eeaa0f

Analogous Colors of #0feeaa

#0feeaa #0fc3ee #0fee3b

Monochromatic Colors of #0feeaa

#0feeaa

Complementary Color

#0feeaa #ee0f53

#0feeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0feeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0feeaa Color CSS Codes

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

#0feeaa Text Font Color

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

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


#0feeaa Background Color

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

This div background color is #0feeaa


#0feeaa Border Color

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

This div border color is #0feeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0feeaa


Comments

No comments written yet.

Please login to write comment.