Color Hex Logo

#0ccff1 Color Hex

#0CCFF1
(12,207,241)
0 Favorites   0 Comments

Color spaces of #0ccff1

RGB 12207241
HSL0.520.910.50
HSV189°95°95°
CMYK 0.950.140.00   0.05
XYZ38.341651.054791.0528
Yxy51.05470.21250.2829
Hunter Lab71.4526-29.2585-25.5371
CIE-Lab76.7121-30.1784-28.5776

#0ccff1 color RGB value is (12,207,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001111 11110001
Octal 14 317 361
Decimal 12 207 241
Hex C CF F1

RGB Percentages of Color #0ccff1

%2.61
%45.00
%52.39

CMYK Percentages of Color #0ccff1

%95
%14
%0
%5

Triadic Colors of #0ccff1

#0ccff1 #f10ccf #cff10c

Analogous Colors of #0ccff1

#0ccff1 #0c5df1 #0cf1a1

Monochromatic Colors of #0ccff1

#0ccff1

Complementary Color

#0ccff1 #f12e0c

#0ccff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccff1 Color CSS Codes

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

#0ccff1 Text Font Color

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

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


#0ccff1 Background Color

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

This div background color is #0ccff1


#0ccff1 Border Color

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

This div border color is #0ccff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccff1


Comments

No comments written yet.

Please login to write comment.