Color Hex Logo

#0ce98d Color Hex

#0CE98D
(12,233,141)
0 Favorites   0 Comments

Color spaces of #0ce98d

RGB 12233141
HSL0.430.900.48
HSV155°95°91°
CMYK 0.950.000.39   0.09
XYZ34.098360.279135.0372
Yxy60.27910.26350.4658
Hunter Lab77.6396-57.474527.5913
CIE-Lab81.9897-67.091431.8954

#0ce98d color RGB value is (12,233,141).

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

The process color (four color CMYK) of #0ce98d color hex is 0.95, 0.00, 0.39, 0.09. Web safe color of #0ce98d is #00ff99. Color #0ce98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101001 10001101
Octal 14 351 215
Decimal 12 233 141
Hex C E9 8D

RGB Percentages of Color #0ce98d

%3.11
%60.36
%36.53

CMYK Percentages of Color #0ce98d

%95
%0
%39
%9

Triadic Colors of #0ce98d

#0ce98d #8d0ce9 #e98d0c

Analogous Colors of #0ce98d

#0ce98d #0cd7e9 #0ce91f

Monochromatic Colors of #0ce98d

#0ce98d

Complementary Color

#0ce98d #e90c68

#0ce98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ce98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ce98d Color CSS Codes

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

#0ce98d Text Font Color

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

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


#0ce98d Background Color

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

This div background color is #0ce98d


#0ce98d Border Color

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

This div border color is #0ce98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ce98d


Comments

No comments written yet.

Please login to write comment.