Color Hex Logo

#0fdfae Color Hex

#0FDFAE
(15,223,174)
0 Favorites   0 Comments

Color spaces of #0fdfae

RGB 15223174
HSL0.460.870.47
HSV166°93°87°
CMYK 0.930.000.22   0.13
XYZ34.224755.932949.0367
Yxy55.93290.24590.4018
Hunter Lab74.7883-49.194213.4769
CIE-Lab79.5756-56.247611.4826

#0fdfae color RGB value is (15,223,174).

#0fdfae hex color red value is 15, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0fdfae hue: 0.46 , saturation: 0.87 and the lightness value of 0fdfae is 0.47.

The process color (four color CMYK) of #0fdfae color hex is 0.93, 0.00, 0.22, 0.13. Web safe color of #0fdfae is #00cc99. Color #0fdfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011111 10101110
Octal 17 337 256
Decimal 15 223 174
Hex F DF AE

RGB Percentages of Color #0fdfae

%3.64
%54.13
%42.23

CMYK Percentages of Color #0fdfae

%93
%0
%22
%13

Triadic Colors of #0fdfae

#0fdfae #ae0fdf #dfae0f

Analogous Colors of #0fdfae

#0fdfae #0fa8df #0fdf46

Monochromatic Colors of #0fdfae

#0fdfae

Complementary Color

#0fdfae #df0f40

#0fdfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdfae Color CSS Codes

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

#0fdfae Text Font Color

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

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


#0fdfae Background Color

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

This div background color is #0fdfae


#0fdfae Border Color

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

This div border color is #0fdfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdfae


Comments

No comments written yet.

Please login to write comment.