Color Hex Logo

#0cb549 Color Hex

#0CB549
(12,181,73)
0 Favorites   0 Comments

Color spaces of #0cb549

RGB 1218173
HSL0.390.880.38
HSV142°93°71°
CMYK 0.930.000.60   0.29
XYZ17.878133.606911.8478
Yxy33.60690.28230.5306
Hunter Lab57.9715-46.401628.4627
CIE-Lab64.6493-61.144343.5684

#0cb549 color RGB value is (12,181,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10110101 01001001
Octal 14 265 111
Decimal 12 181 73
Hex C B5 49

RGB Percentages of Color #0cb549

%4.51
%68.05
%27.44

CMYK Percentages of Color #0cb549

%93
%0
%60
%29

Triadic Colors of #0cb549

#0cb549 #490cb5 #b5490c

Analogous Colors of #0cb549

#0cb549 #0cb59e #23b50c

Monochromatic Colors of #0cb549

#0cb549

Complementary Color

#0cb549 #b50c78

#0cb549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cb549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cb549 Color CSS Codes

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

#0cb549 Text Font Color

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

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


#0cb549 Background Color

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

This div background color is #0cb549


#0cb549 Border Color

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

This div border color is #0cb549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cb549


Comments

No comments written yet.

Please login to write comment.