Color Hex Logo

#0fdebb Color Hex

#0FDEBB
(15,222,187)
0 Favorites   0 Comments

Color spaces of #0fdebb

RGB 15222187
HSL0.470.870.46
HSV170°93°87°
CMYK 0.930.000.16   0.13
XYZ35.287955.932055.9498
Yxy55.93200.23980.3801
Hunter Lab74.7877-46.65497.9957
CIE-Lab79.5751-52.59944.5919

#0fdebb color RGB value is (15,222,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011110 10111011
Octal 17 336 273
Decimal 15 222 187
Hex F DE BB

RGB Percentages of Color #0fdebb

%3.54
%52.36
%44.10

CMYK Percentages of Color #0fdebb

%93
%0
%16
%13

Triadic Colors of #0fdebb

#0fdebb #bb0fde #debb0f

Analogous Colors of #0fdebb

#0fdebb #0f9ade #0fde54

Monochromatic Colors of #0fdebb

#0fdebb

Complementary Color

#0fdebb #de0f32

#0fdebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdebb Color CSS Codes

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

#0fdebb Text Font Color

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

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


#0fdebb Background Color

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

This div background color is #0fdebb


#0fdebb Border Color

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

This div border color is #0fdebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdebb


Comments

No comments written yet.

Please login to write comment.