Color Hex Logo

#0fdfbe Color Hex

#0FDFBE
(15,223,190)
0 Favorites   0 Comments

Color spaces of #0fdfbe

RGB 15223190
HSL0.470.870.47
HSV170°93°87°
CMYK 0.930.000.15   0.13
XYZ35.878956.594657.7480
Yxy56.59460.23880.3767
Hunter Lab75.2294-46.52007.1480
CIE-Lab79.9510-52.22473.5420

#0fdfbe color RGB value is (15,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011111 10111110
Octal 17 337 276
Decimal 15 223 190
Hex F DF BE

RGB Percentages of Color #0fdfbe

%3.50
%52.10
%44.39

CMYK Percentages of Color #0fdfbe

%93
%0
%15
%13

Triadic Colors of #0fdfbe

#0fdfbe #be0fdf #dfbe0f

Analogous Colors of #0fdfbe

#0fdfbe #0f98df #0fdf56

Monochromatic Colors of #0fdfbe

#0fdfbe

Complementary Color

#0fdfbe #df0f30

#0fdfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdfbe Color CSS Codes

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

#0fdfbe Text Font Color

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

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


#0fdfbe Background Color

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

This div background color is #0fdfbe


#0fdfbe Border Color

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

This div border color is #0fdfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdfbe


Comments

No comments written yet.

Please login to write comment.