Color Hex Logo

#0cb70b Color Hex

#0CB70B
(12,183,11)
0 Favorites   0 Comments

Color spaces of #0cb70b

RGB 1218311
HSL0.330.890.38
HSV120°94°72°
CMYK 0.930.000.94   0.28
XYZ17.145533.96935.9697
Yxy33.96930.30040.5951
Hunter Lab58.2832-49.485234.7254
CIE-Lab64.9382-66.357163.5695

#0cb70b color RGB value is (12,183,11).

#0cb70b hex color red value is 12, green value is 183 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #0cb70b hue: 0.33 , saturation: 0.89 and the lightness value of 0cb70b is 0.38.

The process color (four color CMYK) of #0cb70b color hex is 0.93, 0.00, 0.94, 0.28. Web safe color of #0cb70b is #00cc00. Color #0cb70b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10110111 00001011
Octal 14 267 13
Decimal 12 183 11
Hex C B7 B

RGB Percentages of Color #0cb70b

%5.83
%88.83
%5.34

CMYK Percentages of Color #0cb70b

%93
%0
%94
%28

Triadic Colors of #0cb70b

#0cb70b #0b0cb7 #b70b0c

Analogous Colors of #0cb70b

#0cb70b #0bb760 #62b70b

Monochromatic Colors of #0cb70b

#0cb70b

Complementary Color

#0cb70b #b60bb7

#0cb70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cb70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cb70b Color CSS Codes

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

#0cb70b Text Font Color

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

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


#0cb70b Background Color

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

This div background color is #0cb70b


#0cb70b Border Color

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

This div border color is #0cb70b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,183,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0cb70b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0cb70b;
  -webkit-box-shadow: 1px 1px 3px 2px #0cb70b;
  box-shadow:         1px 1px 3px 2px #0cb70b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,183,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cb70b


Comments

No comments written yet.

Please login to write comment.