Color Hex Logo

#0cefcb Color Hex

#0CEFCB
(12,239,203)
0 Favorites   0 Comments

Color spaces of #0cefcb

RGB 12239203
HSL0.470.900.49
HSV170°95°94°
CMYK 0.950.000.15   0.06
XYZ41.797666.123067.0600
Yxy66.12300.23890.3779
Hunter Lab81.3161-50.55168.0258
CIE-Lab85.0591-55.37444.0771

#0cefcb color RGB value is (12,239,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101111 11001011
Octal 14 357 313
Decimal 12 239 203
Hex C EF CB

RGB Percentages of Color #0cefcb

%2.64
%52.64
%44.71

CMYK Percentages of Color #0cefcb

%95
%0
%15
%6

Triadic Colors of #0cefcb

#0cefcb #cb0cef #efcb0c

Analogous Colors of #0cefcb

#0cefcb #0ca2ef #0cef5a

Monochromatic Colors of #0cefcb

#0cefcb

Complementary Color

#0cefcb #ef0c30

#0cefcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cefcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cefcb Color CSS Codes

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

#0cefcb Text Font Color

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

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


#0cefcb Background Color

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

This div background color is #0cefcb


#0cefcb Border Color

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

This div border color is #0cefcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,239,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 #0cefcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cefcb


Comments

No comments written yet.

Please login to write comment.