Color Hex Logo

#0cebcb Color Hex

#0CEBCB
(12,235,203)
0 Favorites   0 Comments

Color spaces of #0cebcb

RGB 12235203
HSL0.480.900.48
HSV171°95°92°
CMYK 0.950.000.14   0.08
XYZ40.639463.806666.6739
Yxy63.80660.23750.3729
Hunter Lab79.8790-48.97436.4268
CIE-Lab83.8650-53.77212.3454

#0cebcb color RGB value is (12,235,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101011 11001011
Octal 14 353 313
Decimal 12 235 203
Hex C EB CB

RGB Percentages of Color #0cebcb

%2.67
%52.22
%45.11

CMYK Percentages of Color #0cebcb

%95
%0
%14
%8

Triadic Colors of #0cebcb

#0cebcb #cb0ceb #ebcb0c

Analogous Colors of #0cebcb

#0cebcb #0c9ceb #0ceb5b

Monochromatic Colors of #0cebcb

#0cebcb

Complementary Color

#0cebcb #eb0c2c

#0cebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cebcb Color CSS Codes

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

#0cebcb Text Font Color

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

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


#0cebcb Background Color

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

This div background color is #0cebcb


#0cebcb Border Color

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

This div border color is #0cebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cebcb


Comments

No comments written yet.

Please login to write comment.