Color Hex Logo

#0fffae Color Hex

#0FFFAE
(15,255,174)
0 Favorites   0 Comments

Color spaces of #0fffae

RGB 15255174
HSL0.441.000.53
HSV160°94°100°
CMYK 0.940.000.32   0.00
XYZ43.597074.677652.1608
Yxy74.67760.25580.4382
Hunter Lab86.4162-61.175124.7039
CIE-Lab89.2418-68.023224.9596

#0fffae color RGB value is (15,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111111 10101110
Octal 17 377 256
Decimal 15 255 174
Hex F FF AE

RGB Percentages of Color #0fffae

%3.38
%57.43
%39.19

CMYK Percentages of Color #0fffae

%94
%0
%32
%0

Triadic Colors of #0fffae

#0fffae #ae0fff #ffae0f

Analogous Colors of #0fffae

#0fffae #0fd8ff #0fff36

Monochromatic Colors of #0fffae

#0fffae

Complementary Color

#0fffae #ff0f60

#0fffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fffae Color CSS Codes

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

#0fffae Text Font Color

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

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


#0fffae Background Color

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

This div background color is #0fffae


#0fffae Border Color

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

This div border color is #0fffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fffae

Related Colors


Comments

No comments written yet.

Please login to write comment.