Color Hex Logo

#0dbc7f Color Hex

#0DBC7F
(13,188,127)
0 Favorites   0 Comments

Color spaces of #0dbc7f

RGB 13188127
HSL0.440.870.39
HSV159°93°74°
CMYK 0.930.000.32   0.26
XYZ21.980037.584326.1747
Yxy37.58430.25640.4384
Hunter Lab61.3060-43.288117.6003
CIE-Lab67.7131-53.930319.9759

#0dbc7f color RGB value is (13,188,127).

#0dbc7f hex color red value is 13, green value is 188 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #0dbc7f hue: 0.44 , saturation: 0.87 and the lightness value of 0dbc7f is 0.39.

The process color (four color CMYK) of #0dbc7f color hex is 0.93, 0.00, 0.32, 0.26. Web safe color of #0dbc7f is #00cc66. Color #0dbc7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111100 01111111
Octal 15 274 177
Decimal 13 188 127
Hex D BC 7F

RGB Percentages of Color #0dbc7f

%3.96
%57.32
%38.72

CMYK Percentages of Color #0dbc7f

%93
%0
%32
%26

Triadic Colors of #0dbc7f

#0dbc7f #7f0dbc #bc7f0d

Analogous Colors of #0dbc7f

#0dbc7f #0da2bc #0dbc28

Monochromatic Colors of #0dbc7f

#0dbc7f

Complementary Color

#0dbc7f #bc0d4a

#0dbc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbc7f Color CSS Codes

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

#0dbc7f Text Font Color

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

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


#0dbc7f Background Color

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

This div background color is #0dbc7f


#0dbc7f Border Color

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

This div border color is #0dbc7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbc7f


Comments

No comments written yet.

Please login to write comment.