Color Hex Logo

#0fccfe Color Hex

#0FCCFE
(15,204,254)
0 Favorites   0 Comments

Color spaces of #0fccfe

RGB 15204254
HSL0.530.990.53
HSV193°94°100°
CMYK 0.940.200.00   0.00
XYZ39.679350.4430101.4111
Yxy50.44300.20720.2634
Hunter Lab71.0232-24.5662-34.9414
CIE-Lab76.3404-24.3285-36.1088

#0fccfe color RGB value is (15,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001100 11111110
Octal 17 314 376
Decimal 15 204 254
Hex F CC FE

RGB Percentages of Color #0fccfe

%3.17
%43.13
%53.70

CMYK Percentages of Color #0fccfe

%94
%20
%0
%0

Triadic Colors of #0fccfe

#0fccfe #fe0fcc #ccfe0f

Analogous Colors of #0fccfe

#0fccfe #0f54fe #0ffeb9

Monochromatic Colors of #0fccfe

#0fccfe

Complementary Color

#0fccfe #fe410f

#0fccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fccfe Color CSS Codes

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

#0fccfe Text Font Color

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

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


#0fccfe Background Color

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

This div background color is #0fccfe


#0fccfe Border Color

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

This div border color is #0fccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fccfe

Related Colors


Comments

No comments written yet.

Please login to write comment.