Color Hex Logo

#0dcace Color Hex

#0DCACE
(13,202,206)
0 Favorites   0 Comments

Color spaces of #0dcace

RGB 13202206
HSL0.500.880.43
HSV181°94°81°
CMYK 0.940.020.00   0.19
XYZ32.427146.782965.7134
Yxy46.78290.22380.3228
Hunter Lab68.3980-35.0708-9.0842
CIE-Lab74.0507-38.7734-13.7562

#0dcace color RGB value is (13,202,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001010 11001110
Octal 15 312 316
Decimal 13 202 206
Hex D CA CE

RGB Percentages of Color #0dcace

%3.09
%47.98
%48.93

CMYK Percentages of Color #0dcace

%94
%2
%0
%19

Triadic Colors of #0dcace

#0dcace #ce0dca #cace0d

Analogous Colors of #0dcace

#0dcace #0d6ace #0dce72

Monochromatic Colors of #0dcace

#0dcace

Complementary Color

#0dcace #ce110d

#0dcace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcace Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcace Color CSS Codes

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

#0dcace Text Font Color

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

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


#0dcace Background Color

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

This div background color is #0dcace


#0dcace Border Color

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

This div border color is #0dcace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcace


Comments

No comments written yet.

Please login to write comment.