Color Hex Logo

#0dc11b Color Hex

#0DC11B
(13,193,27)
0 Favorites   0 Comments

Color spaces of #0dc11b

RGB 1319327
HSL0.350.870.40
HSV125°93°76°
CMYK 0.930.000.86   0.24
XYZ19.433838.30467.4062
Yxy38.30460.29830.5880
Hunter Lab61.8907-52.259436.2285
CIE-Lab68.2445-68.561163.6081

#0dc11b color RGB value is (13,193,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000001 00011011
Octal 15 301 33
Decimal 13 193 27
Hex D C1 1B

RGB Percentages of Color #0dc11b

%5.58
%82.83
%11.59

CMYK Percentages of Color #0dc11b

%93
%0
%86
%24

Triadic Colors of #0dc11b

#0dc11b #1b0dc1 #c11b0d

Analogous Colors of #0dc11b

#0dc11b #0dc175 #59c10d

Monochromatic Colors of #0dc11b

#0dc11b

Complementary Color

#0dc11b #c10db3

#0dc11b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc11b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc11b Color CSS Codes

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

#0dc11b Text Font Color

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

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


#0dc11b Background Color

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

This div background color is #0dc11b


#0dc11b Border Color

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

This div border color is #0dc11b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,193,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 #0dc11b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc11b


Comments

No comments written yet.

Please login to write comment.