Color Hex Logo

#0ccfca Color Hex

#0CCFCA
(12,207,202)
0 Favorites   0 Comments

Color spaces of #0ccfca

RGB 12207202
HSL0.500.890.43
HSV178°94°81°
CMYK 0.940.000.02   0.19
XYZ33.125148.968163.5830
Yxy48.96810.22740.3361
Hunter Lab69.9772-37.9636-4.8883
CIE-Lab75.4315-42.2360-9.5290

#0ccfca color RGB value is (12,207,202).

#0ccfca hex color red value is 12, green value is 207 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0ccfca hue: 0.50 , saturation: 0.89 and the lightness value of 0ccfca is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001111 11001010
Octal 14 317 312
Decimal 12 207 202
Hex C CF CA

RGB Percentages of Color #0ccfca

%2.85
%49.17
%47.98

CMYK Percentages of Color #0ccfca

%94
%0
%2
%19

Triadic Colors of #0ccfca

#0ccfca #ca0ccf #cfca0c

Analogous Colors of #0ccfca

#0ccfca #0c73cf #0ccf69

Monochromatic Colors of #0ccfca

#0ccfca

Complementary Color

#0ccfca #cf0c11

#0ccfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccfca Color CSS Codes

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

#0ccfca Text Font Color

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

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


#0ccfca Background Color

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

This div background color is #0ccfca


#0ccfca Border Color

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

This div border color is #0ccfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccfca


Comments

No comments written yet.

Please login to write comment.