Color Hex Logo

#0cefbd Color Hex

#0CEFBD
(12,239,189)
0 Favorites   0 Comments

Color spaces of #0cefbd

RGB 12239189
HSL0.460.900.49
HSV167°95°94°
CMYK 0.950.000.21   0.06
XYZ40.203465.485358.6651
Yxy65.48530.24460.3984
Hunter Lab80.9230-52.934513.6638
CIE-Lab84.7332-58.866410.9346

#0cefbd color RGB value is (12,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101111 10111101
Octal 14 357 275
Decimal 12 239 189
Hex C EF BD

RGB Percentages of Color #0cefbd

%2.73
%54.32
%42.95

CMYK Percentages of Color #0cefbd

%95
%0
%21
%6

Triadic Colors of #0cefbd

#0cefbd #bd0cef #efbd0c

Analogous Colors of #0cefbd

#0cefbd #0cb0ef #0cef4c

Monochromatic Colors of #0cefbd

#0cefbd

Complementary Color

#0cefbd #ef0c3e

#0cefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cefbd Color CSS Codes

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

#0cefbd Text Font Color

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

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


#0cefbd Background Color

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

This div background color is #0cefbd


#0cefbd Border Color

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

This div border color is #0cefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cefbd


Comments

No comments written yet.

Please login to write comment.