Color Hex Logo

#0decaf Color Hex

#0DECAF
(13,236,175)
2 Favorites   1 Comments

Color spaces of #0decaf

RGB 13236175
HSL0.450.900.49
HSV164°94°93°
CMYK 0.940.000.26   0.07
XYZ37.899363.171650.7533
Yxy63.17160.24960.4161
Hunter Lab79.4806-53.975517.7760
CIE-Lab83.5326-61.003016.5366

#0decaf color RGB value is (13,236,175).

#0decaf hex color red value is 13, green value is 236 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0decaf hue: 0.45 , saturation: 0.90 and the lightness value of 0decaf is 0.49.

The process color (four color CMYK) of #0decaf color hex is 0.94, 0.00, 0.26, 0.07. Web safe color of #0decaf is #00ff99. Color #0decaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101100 10101111
Octal 15 354 257
Decimal 13 236 175
Hex D EC AF

RGB Percentages of Color #0decaf

%3.07
%55.66
%41.27

CMYK Percentages of Color #0decaf

%94
%0
%26
%7

Triadic Colors of #0decaf

#0decaf #af0dec #ecaf0d

Analogous Colors of #0decaf

#0decaf #0dbaec #0dec40

Monochromatic Colors of #0decaf

#0decaf

Complementary Color

#0decaf #ec0d4a

#0decaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0decaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0decaf Color CSS Codes

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

#0decaf Text Font Color

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

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


#0decaf Background Color

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

This div background color is #0decaf


#0decaf Border Color

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

This div border color is #0decaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,236,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0decaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0decaf;
  -webkit-box-shadow: 1px 1px 3px 2px #0decaf;
  box-shadow:         1px 1px 3px 2px #0decaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,236,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0decaf


Comments

24 Nov 2020, 2:22 hyacinth

foamy ocean waves and decaf coffee... WHAT?????

Please login to write comment.