Color Hex Logo

#0cdfdb Color Hex

#0CDFDB
(12,223,219)
0 Favorites   0 Comments

Color spaces of #0cdfdb

RGB 12223219
HSL0.500.900.46
HSV179°95°87°
CMYK 0.950.000.02   0.13
XYZ39.325557.968076.1341
Yxy57.96800.22680.3342
Hunter Lab76.1367-41.0419-5.9923
CIE-Lab80.7210-44.3245-10.7552

#0cdfdb color RGB value is (12,223,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011111 11011011
Octal 14 337 333
Decimal 12 223 219
Hex C DF DB

RGB Percentages of Color #0cdfdb

%2.64
%49.12
%48.24

CMYK Percentages of Color #0cdfdb

%95
%0
%2
%13

Triadic Colors of #0cdfdb

#0cdfdb #db0cdf #dfdb0c

Analogous Colors of #0cdfdb

#0cdfdb #0c7adf #0cdf72

Monochromatic Colors of #0cdfdb

#0cdfdb

Complementary Color

#0cdfdb #df0c10

#0cdfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdfdb Color CSS Codes

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

#0cdfdb Text Font Color

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

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


#0cdfdb Background Color

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

This div background color is #0cdfdb


#0cdfdb Border Color

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

This div border color is #0cdfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdfdb


Comments

No comments written yet.

Please login to write comment.