Color Hex Logo

#0dcadf Color Hex

#0DCADF
(13,202,223)
0 Favorites   0 Comments

Color spaces of #0dcadf

RGB 13202223
HSL0.520.890.46
HSV186°94°87°
CMYK 0.940.090.00   0.13
XYZ34.605847.654377.1863
Yxy47.65430.21700.2989
Hunter Lab69.0321-31.3241-17.9710
CIE-Lab74.6064-33.5129-22.1117

#0dcadf color RGB value is (13,202,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001010 11011111
Octal 15 312 337
Decimal 13 202 223
Hex D CA DF

RGB Percentages of Color #0dcadf

%2.97
%46.12
%50.91

CMYK Percentages of Color #0dcadf

%94
%9
%0
%13

Triadic Colors of #0dcadf

#0dcadf #df0dca #cadf0d

Analogous Colors of #0dcadf

#0dcadf #0d61df #0ddf8b

Monochromatic Colors of #0dcadf

#0dcadf

Complementary Color

#0dcadf #df220d

#0dcadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcadf Color CSS Codes

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

#0dcadf Text Font Color

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

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


#0dcadf Background Color

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

This div background color is #0dcadf


#0dcadf Border Color

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

This div border color is #0dcadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcadf


Comments

No comments written yet.

Please login to write comment.