Color Hex Logo

#0fdeba Color Hex

#0FDEBA
(15,222,186)
0 Favorites   0 Comments

Color spaces of #0fdeba

RGB 15222186
HSL0.470.870.46
HSV170°93°87°
CMYK 0.930.000.16   0.13
XYZ35.181255.889355.3878
Yxy55.88930.24020.3816
Hunter Lab74.7591-46.82758.4044
CIE-Lab79.5508-52.85715.0881

#0fdeba color RGB value is (15,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011110 10111010
Octal 17 336 272
Decimal 15 222 186
Hex F DE BA

RGB Percentages of Color #0fdeba

%3.55
%52.48
%43.97

CMYK Percentages of Color #0fdeba

%93
%0
%16
%13

Triadic Colors of #0fdeba

#0fdeba #ba0fde #deba0f

Analogous Colors of #0fdeba

#0fdeba #0f9bde #0fde53

Monochromatic Colors of #0fdeba

#0fdeba

Complementary Color

#0fdeba #de0f33

#0fdeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdeba Color CSS Codes

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

#0fdeba Text Font Color

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

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


#0fdeba Background Color

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

This div background color is #0fdeba


#0fdeba Border Color

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

This div border color is #0fdeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdeba


Comments

No comments written yet.

Please login to write comment.