Color Hex Logo

#0dcadc Color Hex

#0DCADC
(13,202,220)
0 Favorites   0 Comments

Color spaces of #0dcadc

RGB 13202220
HSL0.510.890.46
HSV185°94°86°
CMYK 0.940.080.00   0.14
XYZ34.204847.493975.0746
Yxy47.49390.21820.3029
Hunter Lab68.9158-32.0083-16.3475
CIE-Lab74.5046-34.4587-20.6458

#0dcadc color RGB value is (13,202,220).

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

The process color (four color CMYK) of #0dcadc color hex is 0.94, 0.08, 0.00, 0.14. Web safe color of #0dcadc is #00cccc. Color #0dcadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001010 11011100
Octal 15 312 334
Decimal 13 202 220
Hex D CA DC

RGB Percentages of Color #0dcadc

%2.99
%46.44
%50.57

CMYK Percentages of Color #0dcadc

%94
%8
%0
%14

Triadic Colors of #0dcadc

#0dcadc #dc0dca #cadc0d

Analogous Colors of #0dcadc

#0dcadc #0d63dc #0ddc87

Monochromatic Colors of #0dcadc

#0dcadc

Complementary Color

#0dcadc #dc1f0d

#0dcadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcadc Color CSS Codes

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

#0dcadc Text Font Color

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

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


#0dcadc Background Color

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

This div background color is #0dcadc


#0dcadc Border Color

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

This div border color is #0dcadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,202,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 #0dcadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcadc


Comments

No comments written yet.

Please login to write comment.