Color Hex Logo

#0dcacf Color Hex

#0DCACF
(13,202,207)
0 Favorites   0 Comments

Color spaces of #0dcacf

RGB 13202207
HSL0.500.880.43
HSV182°94°81°
CMYK 0.940.020.00   0.19
XYZ32.549046.831666.3554
Yxy46.83160.22330.3213
Hunter Lab68.4336-34.8591-9.5859
CIE-Lab74.0819-38.4708-14.2510

#0dcacf color RGB value is (13,202,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001010 11001111
Octal 15 312 317
Decimal 13 202 207
Hex D CA CF

RGB Percentages of Color #0dcacf

%3.08
%47.87
%49.05

CMYK Percentages of Color #0dcacf

%94
%2
%0
%19

Triadic Colors of #0dcacf

#0dcacf #cf0dca #cacf0d

Analogous Colors of #0dcacf

#0dcacf #0d69cf #0dcf73

Monochromatic Colors of #0dcacf

#0dcacf

Complementary Color

#0dcacf #cf120d

#0dcacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcacf Color CSS Codes

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

#0dcacf Text Font Color

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

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


#0dcacf Background Color

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

This div background color is #0dcacf


#0dcacf Border Color

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

This div border color is #0dcacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcacf


Comments

No comments written yet.

Please login to write comment.