Color Hex Logo

#0cea4c Color Hex

#0CEA4C
(12,234,76)
0 Favorites   0 Comments

Color spaces of #0cea4c

RGB 1223476
HSL0.380.900.48
HSV137°95°92°
CMYK 0.950.000.68   0.08
XYZ30.878959.445616.6841
Yxy59.44560.28860.5555
Hunter Lab77.1010-63.437541.1407
CIE-Lab81.5359-76.688461.1423

#0cea4c color RGB value is (12,234,76).

#0cea4c hex color red value is 12, green value is 234 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #0cea4c hue: 0.38 , saturation: 0.90 and the lightness value of 0cea4c is 0.48.

The process color (four color CMYK) of #0cea4c color hex is 0.95, 0.00, 0.68, 0.08. Web safe color of #0cea4c is #00ff33. Color #0cea4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101010 01001100
Octal 14 352 114
Decimal 12 234 76
Hex C EA 4C

RGB Percentages of Color #0cea4c

%3.73
%72.67
%23.60

CMYK Percentages of Color #0cea4c

%95
%0
%68
%8

Triadic Colors of #0cea4c

#0cea4c #4c0cea #ea4c0c

Analogous Colors of #0cea4c

#0cea4c #0ceabb #3bea0c

Monochromatic Colors of #0cea4c

#0cea4c

Complementary Color

#0cea4c #ea0caa

#0cea4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cea4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cea4c Color CSS Codes

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

#0cea4c Text Font Color

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

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


#0cea4c Background Color

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

This div background color is #0cea4c


#0cea4c Border Color

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

This div border color is #0cea4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cea4c


Comments

No comments written yet.

Please login to write comment.