Color Hex Logo

#0fdecf Color Hex

#0FDECF
(15,222,207)
0 Favorites   0 Comments

Color spaces of #0fdecf

RGB 15222207
HSL0.490.870.46
HSV176°93°87°
CMYK 0.930.000.07   0.13
XYZ37.580856.849168.0237
Yxy56.84910.23130.3499
Hunter Lab75.3983-42.9773-0.7121
CIE-Lab80.0946-47.2181-5.2936

#0fdecf color RGB value is (15,222,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011110 11001111
Octal 17 336 317
Decimal 15 222 207
Hex F DE CF

RGB Percentages of Color #0fdecf

%3.38
%50.00
%46.62

CMYK Percentages of Color #0fdecf

%93
%0
%7
%13

Triadic Colors of #0fdecf

#0fdecf #cf0fde #decf0f

Analogous Colors of #0fdecf

#0fdecf #0f86de #0fde68

Monochromatic Colors of #0fdecf

#0fdecf

Complementary Color

#0fdecf #de0f1e

#0fdecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdecf Color CSS Codes

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

#0fdecf Text Font Color

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

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


#0fdecf Background Color

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

This div background color is #0fdecf


#0fdecf Border Color

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

This div border color is #0fdecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdecf


Comments

No comments written yet.

Please login to write comment.