Color Hex Logo

#0dcacb Color Hex

#0DCACB
(13,202,203)
0 Favorites   0 Comments

Color spaces of #0dcacb

RGB 13202203
HSL0.500.880.42
HSV180°94°80°
CMYK 0.940.000.00   0.20
XYZ32.066046.638463.8120
Yxy46.63840.22500.3272
Hunter Lab68.2923-35.6986-7.5957
CIE-Lab73.9579-39.6750-12.2701

#0dcacb color RGB value is (13,202,203).

#0dcacb hex color red value is 13, green value is 202 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0dcacb hue: 0.50 , saturation: 0.88 and the lightness value of 0dcacb is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001010 11001011
Octal 15 312 313
Decimal 13 202 203
Hex D CA CB

RGB Percentages of Color #0dcacb

%3.11
%48.33
%48.56

CMYK Percentages of Color #0dcacb

%94
%0
%0
%20

Triadic Colors of #0dcacb

#0dcacb #cb0dca #cacb0d

Analogous Colors of #0dcacb

#0dcacb #0d6bcb #0dcb6d

Monochromatic Colors of #0dcacb

#0dcacb

Complementary Color

#0dcacb #cb0e0d

#0dcacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcacb Color CSS Codes

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

#0dcacb Text Font Color

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

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


#0dcacb Background Color

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

This div background color is #0dcacb


#0dcacb Border Color

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

This div border color is #0dcacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcacb


Comments

No comments written yet.

Please login to write comment.