Color Hex Logo

#0fedab Color Hex

#0FEDAB
(15,237,171)
0 Favorites   0 Comments

Color spaces of #0fedab

RGB 15237171
HSL0.450.880.49
HSV162°94°93°
CMYK 0.940.000.28   0.07
XYZ37.831963.610248.8121
Yxy63.61020.25180.4234
Hunter Lab79.7560-54.902319.5427
CIE-Lab83.7624-62.211918.9357

#0fedab color RGB value is (15,237,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101101 10101011
Octal 17 355 253
Decimal 15 237 171
Hex F ED AB

RGB Percentages of Color #0fedab

%3.55
%56.03
%40.43

CMYK Percentages of Color #0fedab

%94
%0
%28
%7

Triadic Colors of #0fedab

#0fedab #ab0fed #edab0f

Analogous Colors of #0fedab

#0fedab #0fc0ed #0fed3c

Monochromatic Colors of #0fedab

#0fedab

Complementary Color

#0fedab #ed0f51

#0fedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fedab Color CSS Codes

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

#0fedab Text Font Color

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

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


#0fedab Background Color

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

This div background color is #0fedab


#0fedab Border Color

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

This div border color is #0fedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fedab


Comments

No comments written yet.

Please login to write comment.