Color Hex Logo

#0cffca Color Hex

#0CFFCA
(12,255,202)
0 Favorites   0 Comments

Color spaces of #0cffca

RGB 12255202
HSL0.461.000.52
HSV167°95°100°
CMYK 0.950.000.21   0.00
XYZ46.572375.862468.0654
Yxy75.86240.24450.3982
Hunter Lab87.0990-56.978414.6359
CIE-Lab89.7954-61.830011.3970

#0cffca color RGB value is (12,255,202).

#0cffca hex color red value is 12, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0cffca hue: 0.46 , saturation: 1.00 and the lightness value of 0cffca is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11111111 11001010
Octal 14 377 312
Decimal 12 255 202
Hex C FF CA

RGB Percentages of Color #0cffca

%2.56
%54.37
%43.07

CMYK Percentages of Color #0cffca

%95
%0
%21
%0

Triadic Colors of #0cffca

#0cffca #ca0cff #ffca0c

Analogous Colors of #0cffca

#0cffca #0cbbff #0cff51

Monochromatic Colors of #0cffca

#0cffca

Complementary Color

#0cffca #ff0c41

#0cffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cffca Color CSS Codes

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

#0cffca Text Font Color

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

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


#0cffca Background Color

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

This div background color is #0cffca


#0cffca Border Color

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

This div border color is #0cffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cffca


Comments

No comments written yet.

Please login to write comment.