Color Hex Logo

#0ccafa Color Hex

#0CCAFA
(12,202,250)
0 Favorites   0 Comments

Color spaces of #0ccafa

RGB 12202250
HSL0.530.960.51
HSV192°95°98°
CMYK 0.950.190.00   0.02
XYZ38.527549.221397.9125
Yxy49.22130.20750.2651
Hunter Lab70.1579-24.7523-33.6347
CIE-Lab75.5888-24.7403-35.1322

#0ccafa color RGB value is (12,202,250).

#0ccafa hex color red value is 12, green value is 202 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0ccafa hue: 0.53 , saturation: 0.96 and the lightness value of 0ccafa is 0.51.

The process color (four color CMYK) of #0ccafa color hex is 0.95, 0.19, 0.00, 0.02. Web safe color of #0ccafa is #00ccff. Color #0ccafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001010 11111010
Octal 14 312 372
Decimal 12 202 250
Hex C CA FA

RGB Percentages of Color #0ccafa

%2.59
%43.53
%53.88

CMYK Percentages of Color #0ccafa

%95
%19
%0
%2

Triadic Colors of #0ccafa

#0ccafa #fa0cca #cafa0c

Analogous Colors of #0ccafa

#0ccafa #0c53fa #0cfab3

Monochromatic Colors of #0ccafa

#0ccafa

Complementary Color

#0ccafa #fa3c0c

#0ccafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccafa Color CSS Codes

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

#0ccafa Text Font Color

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

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


#0ccafa Background Color

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

This div background color is #0ccafa


#0ccafa Border Color

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

This div border color is #0ccafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccafa


Comments

No comments written yet.

Please login to write comment.