color codes Logo

#0cebbc color codes

#0CEBBC
(12,235,188)
0 Favorites   0 Comments

Color spaces of #0cebbc

RGB 12235188
HSL0.460.900.48
HSV167°95°92°
CMYK 0.950.000.20   0.08
XYZ38.937163.125757.7092
Yxy63.12570.24370.3951
Hunter Lab79.4517-51.562512.5513
CIE-Lab83.5085-57.57019.7118

#0cebbc color RGB value is (12,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101011 10111100
Octal 14 353 274
Decimal 12 235 188
Hex C EB BC

RGB Percentages of Color #0cebbc

%2.76
%54.02
%43.22

CMYK Percentages of Color #0cebbc

%95
%0
%20
%8

Triadic Colors of #0cebbc

#0cebbc #bc0ceb #ebbc0c

Analogous Colors of #0cebbc

#0cebbc #0cabeb #0ceb4d

Monochromatic Colors of #0cebbc

#0cebbc

Complementary Color

#0cebbc #eb0c3b

#0cebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cebbc Color CSS Codes

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

#0cebbc Text Font Color

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

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


#0cebbc Background Color

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

This div background color is #0cebbc


#0cebbc Border Color

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

This div border color is #0cebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cebbc


Comments

No comments written yet.

Please login to write comment.