Color Hex Logo

#0cea58 Color Hex

#0CEA58
(12,234,88)
0 Favorites   0 Comments

Color spaces of #0cea58

RGB 1223488
HSL0.390.900.48
HSV141°95°92°
CMYK 0.950.000.62   0.08
XYZ31.335959.628419.0904
Yxy59.62840.28470.5418
Hunter Lab77.2194-62.698139.3958
CIE-Lab81.6358-75.431556.3985

#0cea58 color RGB value is (12,234,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101010 01011000
Octal 14 352 130
Decimal 12 234 88
Hex C EA 58

RGB Percentages of Color #0cea58

%3.59
%70.06
%26.35

CMYK Percentages of Color #0cea58

%95
%0
%62
%8

Triadic Colors of #0cea58

#0cea58 #580cea #ea580c

Analogous Colors of #0cea58

#0cea58 #0ceac7 #2fea0c

Monochromatic Colors of #0cea58

#0cea58

Complementary Color

#0cea58 #ea0c9e

#0cea58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cea58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cea58 Color CSS Codes

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

#0cea58 Text Font Color

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

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


#0cea58 Background Color

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

This div background color is #0cea58


#0cea58 Border Color

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

This div border color is #0cea58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cea58


Comments

No comments written yet.

Please login to write comment.