Color Hex Logo

#0cefab Color Hex

#0CEFAB
(12,239,171)
0 Favorites   0 Comments

Color spaces of #0cefab

RGB 12239171
HSL0.450.900.49
HSV162°95°94°
CMYK 0.950.000.28   0.06
XYZ38.368864.751449.0041
Yxy64.75140.25220.4256
Hunter Lab80.4683-55.707220.2210
CIE-Lab84.3555-63.036519.7577

#0cefab color RGB value is (12,239,171).

#0cefab hex color red value is 12, green value is 239 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0cefab hue: 0.45 , saturation: 0.90 and the lightness value of 0cefab is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101111 10101011
Octal 14 357 253
Decimal 12 239 171
Hex C EF AB

RGB Percentages of Color #0cefab

%2.84
%56.64
%40.52

CMYK Percentages of Color #0cefab

%95
%0
%28
%6

Triadic Colors of #0cefab

#0cefab #ab0cef #efab0c

Analogous Colors of #0cefab

#0cefab #0cc2ef #0cef39

Monochromatic Colors of #0cefab

#0cefab

Complementary Color

#0cefab #ef0c50

#0cefab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cefab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cefab Color CSS Codes

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

#0cefab Text Font Color

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

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


#0cefab Background Color

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

This div background color is #0cefab


#0cefab Border Color

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

This div border color is #0cefab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cefab


Comments

No comments written yet.

Please login to write comment.