Color Hex Logo

#0dc2b2 Color Hex

#0DC2B2
(13,194,178)
0 Favorites   0 Comments

Color spaces of #0dc2b2

RGB 13194178
HSL0.490.870.41
HSV175°93°76°
CMYK 0.930.000.08   0.24
XYZ27.493641.883548.7547
Yxy41.88350.23270.3545
Hunter Lab64.7175-37.42430.6363
CIE-Lab70.7905-43.4223-3.3696

#0dc2b2 color RGB value is (13,194,178).

#0dc2b2 hex color red value is 13, green value is 194 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #0dc2b2 hue: 0.49 , saturation: 0.87 and the lightness value of 0dc2b2 is 0.41.

The process color (four color CMYK) of #0dc2b2 color hex is 0.93, 0.00, 0.08, 0.24. Web safe color of #0dc2b2 is #00cc99. Color #0dc2b2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000010 10110010
Octal 15 302 262
Decimal 13 194 178
Hex D C2 B2

RGB Percentages of Color #0dc2b2

%3.38
%50.39
%46.23

CMYK Percentages of Color #0dc2b2

%93
%0
%8
%24

Triadic Colors of #0dc2b2

#0dc2b2 #b20dc2 #c2b20d

Analogous Colors of #0dc2b2

#0dc2b2 #0d78c2 #0dc258

Monochromatic Colors of #0dc2b2

#0dc2b2

Complementary Color

#0dc2b2 #c20d1d

#0dc2b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc2b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc2b2 Color CSS Codes

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

#0dc2b2 Text Font Color

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

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


#0dc2b2 Background Color

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

This div background color is #0dc2b2


#0dc2b2 Border Color

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

This div border color is #0dc2b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc2b2


Comments

No comments written yet.

Please login to write comment.