Color Hex Logo

#0fcfff Color Hex

#0FCFFF
(15,207,255)
0 Favorites   0 Comments

Color spaces of #0fcfff

RGB 15207255
HSL0.531.000.53
HSV192°94°100°
CMYK 0.940.190.00   0.00
XYZ40.559851.9472102.4968
Yxy51.94720.20800.2664
Hunter Lab72.0744-25.6795-33.8640
CIE-Lab77.2493-25.5022-35.2363

#0fcfff color RGB value is (15,207,255).

#0fcfff hex color red value is 15, green value is 207 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0fcfff hue: 0.53 , saturation: 1.00 and the lightness value of 0fcfff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001111 11111111
Octal 17 317 377
Decimal 15 207 255
Hex F CF FF

RGB Percentages of Color #0fcfff

%3.14
%43.40
%53.46

CMYK Percentages of Color #0fcfff

%94
%19
%0
%0

Triadic Colors of #0fcfff

#0fcfff #ff0fcf #cfff0f

Analogous Colors of #0fcfff

#0fcfff #0f57ff #0fffb7

Monochromatic Colors of #0fcfff

#0fcfff

Complementary Color

#0fcfff #ff3f0f

#0fcfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcfff Color CSS Codes

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

#0fcfff Text Font Color

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

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


#0fcfff Background Color

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

This div background color is #0fcfff


#0fcfff Border Color

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

This div border color is #0fcfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcfff

Related Colors


Comments

No comments written yet.

Please login to write comment.