Color Hex Logo

#0cdabe Color Hex

#0CDABE
(12,218,190)
0 Favorites   0 Comments

Color spaces of #0cdabe

RGB 12218190
HSL0.480.900.45
HSV172°94°85°
CMYK 0.940.000.13   0.15
XYZ34.517353.938757.3072
Yxy53.93870.23680.3700
Hunter Lab73.4430-44.63245.1464
CIE-Lab78.4260-50.28141.3255

#0cdabe color RGB value is (12,218,190).

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

The process color (four color CMYK) of #0cdabe color hex is 0.94, 0.00, 0.13, 0.15. Web safe color of #0cdabe is #00cccc. Color #0cdabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011010 10111110
Octal 14 332 276
Decimal 12 218 190
Hex C DA BE

RGB Percentages of Color #0cdabe

%2.86
%51.90
%45.24

CMYK Percentages of Color #0cdabe

%94
%0
%13
%15

Triadic Colors of #0cdabe

#0cdabe #be0cda #dabe0c

Analogous Colors of #0cdabe

#0cdabe #0c8fda #0cda57

Monochromatic Colors of #0cdabe

#0cdabe

Complementary Color

#0cdabe #da0c28

#0cdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdabe Color CSS Codes

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

#0cdabe Text Font Color

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

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


#0cdabe Background Color

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

This div background color is #0cdabe


#0cdabe Border Color

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

This div border color is #0cdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdabe


Comments

No comments written yet.

Please login to write comment.