Color Hex Logo

#0cefdf Color Hex

#0CEFDF
(12,239,223)
0 Favorites   0 Comments

Color spaces of #0cefdf

RGB 12239223
HSL0.490.900.49
HSV176°95°94°
CMYK 0.950.000.07   0.06
XYZ44.337467.138980.4343
Yxy67.13890.23100.3498
Hunter Lab81.9383-46.8045-0.8449
CIE-Lab85.5740-50.0434-5.6690

#0cefdf color RGB value is (12,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11101111 11011111
Octal 14 357 337
Decimal 12 239 223
Hex C EF DF

RGB Percentages of Color #0cefdf

%2.53
%50.42
%47.05

CMYK Percentages of Color #0cefdf

%95
%0
%7
%6

Triadic Colors of #0cefdf

#0cefdf #df0cef #efdf0c

Analogous Colors of #0cefdf

#0cefdf #0c8eef #0cef6e

Monochromatic Colors of #0cefdf

#0cefdf

Complementary Color

#0cefdf #ef0c1c

#0cefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cefdf Color CSS Codes

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

#0cefdf Text Font Color

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

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


#0cefdf Background Color

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

This div background color is #0cefdf


#0cefdf Border Color

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

This div border color is #0cefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cefdf


Comments

No comments written yet.

Please login to write comment.