Color Hex Logo

#0fcefe Color Hex

#0FCEFE
(15,206,254)
0 Favorites   0 Comments

Color spaces of #0fcefe

RGB 15206254
HSL0.530.990.53
HSV192°94°100°
CMYK 0.940.190.00   0.00
XYZ40.157751.3999101.5706
Yxy51.39990.20790.2661
Hunter Lab71.6937-25.4811-33.8123
CIE-Lab76.9206-25.3337-35.2107

#0fcefe color RGB value is (15,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001110 11111110
Octal 17 316 376
Decimal 15 206 254
Hex F CE FE

RGB Percentages of Color #0fcefe

%3.16
%43.37
%53.47

CMYK Percentages of Color #0fcefe

%94
%19
%0
%0

Triadic Colors of #0fcefe

#0fcefe #fe0fce #cefe0f

Analogous Colors of #0fcefe

#0fcefe #0f56fe #0ffeb7

Monochromatic Colors of #0fcefe

#0fcefe

Complementary Color

#0fcefe #fe3f0f

#0fcefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcefe Color CSS Codes

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

#0fcefe Text Font Color

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

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


#0fcefe Background Color

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

This div background color is #0fcefe


#0fcefe Border Color

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

This div border color is #0fcefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcefe


Comments

No comments written yet.

Please login to write comment.