Color Hex Logo

#0cdfdd Color Hex

#0CDFDD
(12,223,221)
0 Favorites   0 Comments

Color spaces of #0cdfdd

RGB 12223221
HSL0.500.900.46
HSV179°95°87°
CMYK 0.950.000.01   0.13
XYZ39.590458.074077.5294
Yxy58.07400.22600.3315
Hunter Lab76.2063-40.6274-6.9750
CIE-Lab80.7799-43.7438-11.7315

#0cdfdd color RGB value is (12,223,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11011111 11011101
Octal 14 337 335
Decimal 12 223 221
Hex C DF DD

RGB Percentages of Color #0cdfdd

%2.63
%48.90
%48.46

CMYK Percentages of Color #0cdfdd

%95
%0
%1
%13

Triadic Colors of #0cdfdd

#0cdfdd #dd0cdf #dfdd0c

Analogous Colors of #0cdfdd

#0cdfdd #0c78df #0cdf74

Monochromatic Colors of #0cdfdd

#0cdfdd

Complementary Color

#0cdfdd #df0c0e

#0cdfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cdfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cdfdd Color CSS Codes

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

#0cdfdd Text Font Color

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

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


#0cdfdd Background Color

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

This div background color is #0cdfdd


#0cdfdd Border Color

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

This div border color is #0cdfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cdfdd


Comments

No comments written yet.

Please login to write comment.