Color Hex Logo

#0dc9bb Color Hex

#0DC9BB
(13,201,187)
0 Favorites   0 Comments

Color spaces of #0dc9bb

RGB 13201187
HSL0.490.880.42
HSV176°94°79°
CMYK 0.940.000.07   0.21
XYZ30.022345.446754.2035
Yxy45.44670.23150.3505
Hunter Lab67.4142-38.4814-0.4814
CIE-Lab73.1851-43.9016-4.7411

#0dc9bb color RGB value is (13,201,187).

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

The process color (four color CMYK) of #0dc9bb color hex is 0.94, 0.00, 0.07, 0.21. Web safe color of #0dc9bb is #00cccc. Color #0dc9bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001001 10111011
Octal 15 311 273
Decimal 13 201 187
Hex D C9 BB

RGB Percentages of Color #0dc9bb

%3.24
%50.12
%46.63

CMYK Percentages of Color #0dc9bb

%94
%0
%7
%21

Triadic Colors of #0dc9bb

#0dc9bb #bb0dc9 #c9bb0d

Analogous Colors of #0dc9bb

#0dc9bb #0d79c9 #0dc95d

Monochromatic Colors of #0dc9bb

#0dc9bb

Complementary Color

#0dc9bb #c90d1b

#0dc9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc9bb Color CSS Codes

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

#0dc9bb Text Font Color

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

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


#0dc9bb Background Color

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

This div background color is #0dc9bb


#0dc9bb Border Color

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

This div border color is #0dc9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc9bb


Comments

No comments written yet.

Please login to write comment.