Color Hex Logo

#0deadc Color Hex

#0DEADC
(13,234,220)
0 Favorites   0 Comments

Color spaces of #0deadc

RGB 13234220
HSL0.490.890.48
HSV176°94°92°
CMYK 0.940.000.06   0.08
XYZ42.507164.098577.8420
Yxy64.09850.23050.3475
Hunter Lab80.0615-45.3366-1.6032
CIE-Lab84.0170-48.7433-6.3900

#0deadc color RGB value is (13,234,220).

#0deadc hex color red value is 13, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0deadc hue: 0.49 , saturation: 0.89 and the lightness value of 0deadc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101010 11011100
Octal 15 352 334
Decimal 13 234 220
Hex D EA DC

RGB Percentages of Color #0deadc

%2.78
%50.11
%47.11

CMYK Percentages of Color #0deadc

%94
%0
%6
%8

Triadic Colors of #0deadc

#0deadc #dc0dea #eadc0d

Analogous Colors of #0deadc

#0deadc #0d8aea #0dea6e

Monochromatic Colors of #0deadc

#0deadc

Complementary Color

#0deadc #ea0d1b

#0deadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0deadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0deadc Color CSS Codes

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

#0deadc Text Font Color

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

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


#0deadc Background Color

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

This div background color is #0deadc


#0deadc Border Color

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

This div border color is #0deadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0deadc


Comments

No comments written yet.

Please login to write comment.