Color Hex Logo

#0dbf4a Color Hex

#0DBF4A
(13,191,74)
0 Favorites   0 Comments

Color spaces of #0dbf4a

RGB 1319174
HSL0.390.870.40
HSV141°93°75°
CMYK 0.930.000.61   0.25
XYZ20.032837.841612.7269
Yxy37.84160.28370.5360
Hunter Lab61.5155-49.522930.7944
CIE-Lab67.9037-64.096346.8739

#0dbf4a color RGB value is (13,191,74).

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

The process color (four color CMYK) of #0dbf4a color hex is 0.93, 0.00, 0.61, 0.25. Web safe color of #0dbf4a is #00cc33. Color #0dbf4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111111 01001010
Octal 15 277 112
Decimal 13 191 74
Hex D BF 4A

RGB Percentages of Color #0dbf4a

%4.68
%68.71
%26.62

CMYK Percentages of Color #0dbf4a

%93
%0
%61
%25

Triadic Colors of #0dbf4a

#0dbf4a #4a0dbf #bf4a0d

Analogous Colors of #0dbf4a

#0dbf4a #0dbfa3 #29bf0d

Monochromatic Colors of #0dbf4a

#0dbf4a

Complementary Color

#0dbf4a #bf0d82

#0dbf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbf4a Color CSS Codes

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

#0dbf4a Text Font Color

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

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


#0dbf4a Background Color

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

This div background color is #0dbf4a


#0dbf4a Border Color

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

This div border color is #0dbf4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbf4a


Comments

No comments written yet.

Please login to write comment.