Color Hex Logo

#0da41b Color Hex

#0DA41B
(13,164,27)
0 Favorites   0 Comments

Color spaces of #0da41b

RGB 1316427
HSL0.350.850.35
HSV126°92°64°
CMYK 0.920.000.84   0.36
XYZ13.639326.71565.4747
Yxy26.71560.29760.5829
Hunter Lab51.6871-43.349629.9010
CIE-Lab58.7102-60.255754.9924

#0da41b color RGB value is (13,164,27).

#0da41b hex color red value is 13, green value is 164 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #0da41b hue: 0.35 , saturation: 0.85 and the lightness value of 0da41b is 0.35.

The process color (four color CMYK) of #0da41b color hex is 0.92, 0.00, 0.84, 0.36. Web safe color of #0da41b is #009933. Color #0da41b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10100100 00011011
Octal 15 244 33
Decimal 13 164 27
Hex D A4 1B

RGB Percentages of Color #0da41b

%6.37
%80.39
%13.24

CMYK Percentages of Color #0da41b

%92
%0
%84
%36

Triadic Colors of #0da41b

#0da41b #1b0da4 #a41b0d

Analogous Colors of #0da41b

#0da41b #0da467 #4ba40d

Monochromatic Colors of #0da41b

#0da41b

Complementary Color

#0da41b #a40d96

#0da41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0da41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0da41b Color CSS Codes

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

#0da41b Text Font Color

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

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


#0da41b Background Color

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

This div background color is #0da41b


#0da41b Border Color

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

This div border color is #0da41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0da41b


Comments

No comments written yet.

Please login to write comment.