Color Hex Logo

#0cbc38 Color Hex

#0CBC38
(12,188,56)
0 Favorites   0 Comments

Color spaces of #0cbc38

RGB 1218856
HSL0.380.880.39
HSV135°94°74°
CMYK 0.940.000.70   0.26
XYZ18.848636.33019.7604
Yxy36.33010.29030.5594
Hunter Lab60.2745-49.661032.5911
CIE-Lab66.7714-65.198253.2005

#0cbc38 color RGB value is (12,188,56).

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

The process color (four color CMYK) of #0cbc38 color hex is 0.94, 0.00, 0.70, 0.26. Web safe color of #0cbc38 is #00cc33. Color #0cbc38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111100 00111000
Octal 14 274 70
Decimal 12 188 56
Hex C BC 38

RGB Percentages of Color #0cbc38

%4.69
%73.44
%21.88

CMYK Percentages of Color #0cbc38

%94
%0
%70
%26

Triadic Colors of #0cbc38

#0cbc38 #380cbc #bc380c

Analogous Colors of #0cbc38

#0cbc38 #0cbc90 #38bc0c

Monochromatic Colors of #0cbc38

#0cbc38

Complementary Color

#0cbc38 #bc0c90

#0cbc38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbc38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbc38 Color CSS Codes

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

#0cbc38 Text Font Color

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

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


#0cbc38 Background Color

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

This div background color is #0cbc38


#0cbc38 Border Color

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

This div border color is #0cbc38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbc38


Comments

No comments written yet.

Please login to write comment.