Color Hex Logo

#0fdebc Color Hex

#0FDEBC
(15,222,188)
0 Favorites   0 Comments

Color spaces of #0fdebc

RGB 15222188
HSL0.470.870.46
HSV170°93°87°
CMYK 0.930.000.15   0.13
XYZ35.395455.975056.5157
Yxy55.97500.23930.3785
Hunter Lab74.8164-46.48107.5844
CIE-Lab79.5996-52.34044.0959

#0fdebc color RGB value is (15,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011110 10111100
Octal 17 336 274
Decimal 15 222 188
Hex F DE BC

RGB Percentages of Color #0fdebc

%3.53
%52.24
%44.24

CMYK Percentages of Color #0fdebc

%93
%0
%15
%13

Triadic Colors of #0fdebc

#0fdebc #bc0fde #debc0f

Analogous Colors of #0fdebc

#0fdebc #0f99de #0fde55

Monochromatic Colors of #0fdebc

#0fdebc

Complementary Color

#0fdebc #de0f31

#0fdebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdebc Color CSS Codes

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

#0fdebc Text Font Color

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

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


#0fdebc Background Color

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

This div background color is #0fdebc


#0fdebc Border Color

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

This div border color is #0fdebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdebc


Comments

No comments written yet.

Please login to write comment.