Color Hex Logo

#0cce88 Color Hex

#0CCE88
(12,206,136)
0 Favorites   0 Comments

Color spaces of #0cce88

RGB 12206136
HSL0.440.890.43
HSV158°94°81°
CMYK 0.940.000.34   0.19
XYZ26.666945.998330.7656
Yxy45.99830.25780.4447
Hunter Lab67.8220-48.504320.5802
CIE-Lab73.5444-58.640723.1473

#0cce88 color RGB value is (12,206,136).

#0cce88 hex color red value is 12, green value is 206 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #0cce88 hue: 0.44 , saturation: 0.89 and the lightness value of 0cce88 is 0.43.

The process color (four color CMYK) of #0cce88 color hex is 0.94, 0.00, 0.34, 0.19. Web safe color of #0cce88 is #00cc99. Color #0cce88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001110 10001000
Octal 14 316 210
Decimal 12 206 136
Hex C CE 88

RGB Percentages of Color #0cce88

%3.39
%58.19
%38.42

CMYK Percentages of Color #0cce88

%94
%0
%34
%19

Triadic Colors of #0cce88

#0cce88 #880cce #ce880c

Analogous Colors of #0cce88

#0cce88 #0cb3ce #0cce27

Monochromatic Colors of #0cce88

#0cce88

Complementary Color

#0cce88 #ce0c52

#0cce88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cce88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cce88 Color CSS Codes

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

#0cce88 Text Font Color

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

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


#0cce88 Background Color

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

This div background color is #0cce88


#0cce88 Border Color

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

This div border color is #0cce88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cce88


Comments

No comments written yet.

Please login to write comment.