Color Hex Logo

#0cb730 Color Hex

#0CB730
(12,183,48)
0 Favorites   0 Comments

Color spaces of #0cb730

RGB 1218348
HSL0.370.880.38
HSV133°93°72°
CMYK 0.930.000.74   0.28
XYZ17.618634.15858.4610
Yxy34.15850.29250.5671
Hunter Lab58.4453-48.469632.3284
CIE-Lab65.0882-64.428754.4611

#0cb730 color RGB value is (12,183,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10110111 00110000
Octal 14 267 60
Decimal 12 183 48
Hex C B7 30

RGB Percentages of Color #0cb730

%4.94
%75.31
%19.75

CMYK Percentages of Color #0cb730

%93
%0
%74
%28

Triadic Colors of #0cb730

#0cb730 #300cb7 #b7300c

Analogous Colors of #0cb730

#0cb730 #0cb786 #3db70c

Monochromatic Colors of #0cb730

#0cb730

Complementary Color

#0cb730 #b70c93

#0cb730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cb730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cb730 Color CSS Codes

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

#0cb730 Text Font Color

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

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


#0cb730 Background Color

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

This div background color is #0cb730


#0cb730 Border Color

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

This div border color is #0cb730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cb730


Comments

No comments written yet.

Please login to write comment.