Color Hex Logo

#0cfcdd Color Hex

#0CFCDD
(12,252,221)
0 Favorites   0 Comments

Color spaces of #0cfcdd

RGB 12252221
HSL0.480.980.52
HSV172°95°99°
CMYK 0.950.000.12   0.01
XYZ48.013274.919480.3370
Yxy74.91940.23620.3686
Hunter Lab86.5560-52.45785.5591
CIE-Lab89.3552-55.90870.9232

#0cfcdd color RGB value is (12,252,221).

#0cfcdd hex color red value is 12, green value is 252 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0cfcdd hue: 0.48 , saturation: 0.98 and the lightness value of 0cfcdd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111100 11011101
Octal 14 374 335
Decimal 12 252 221
Hex C FC DD

RGB Percentages of Color #0cfcdd

%2.47
%51.96
%45.57

CMYK Percentages of Color #0cfcdd

%95
%0
%12
%1

Triadic Colors of #0cfcdd

#0cfcdd #dd0cfc #fcdd0c

Analogous Colors of #0cfcdd

#0cfcdd #0ca3fc #0cfc65

Monochromatic Colors of #0cfcdd

#0cfcdd

Complementary Color

#0cfcdd #fc0c2b

#0cfcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cfcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cfcdd Color CSS Codes

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

#0cfcdd Text Font Color

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

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


#0cfcdd Background Color

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

This div background color is #0cfcdd


#0cfcdd Border Color

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

This div border color is #0cfcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,252,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 #0cfcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cfcdd


Comments

No comments written yet.

Please login to write comment.