Color Hex Logo

#0decdd Color Hex

#0DECDD
(13,236,221)
0 Favorites   0 Comments

Color spaces of #0decdd

RGB 13236221
HSL0.490.900.49
HSV176°94°93°
CMYK 0.940.000.06   0.07
XYZ43.212665.296978.7326
Yxy65.29690.23080.3487
Hunter Lab80.8065-45.9556-1.2038
CIE-Lab84.6365-49.3096-6.0014

#0decdd color RGB value is (13,236,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101100 11011101
Octal 15 354 335
Decimal 13 236 221
Hex D EC DD

RGB Percentages of Color #0decdd

%2.77
%50.21
%47.02

CMYK Percentages of Color #0decdd

%94
%0
%6
%7

Triadic Colors of #0decdd

#0decdd #dd0dec #ecdd0d

Analogous Colors of #0decdd

#0decdd #0d8cec #0dec6e

Monochromatic Colors of #0decdd

#0decdd

Complementary Color

#0decdd #ec0d1c

#0decdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0decdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0decdd Color CSS Codes

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

#0decdd Text Font Color

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

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


#0decdd Background Color

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

This div background color is #0decdd


#0decdd Border Color

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

This div border color is #0decdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0decdd


Comments

No comments written yet.

Please login to write comment.