Color Hex Logo

#0fcfef Color Hex

#0FCFEF
(15,207,239)
0 Favorites   0 Comments

Color spaces of #0fcfef

RGB 15207239
HSL0.520.880.50
HSV189°94°94°
CMYK 0.940.130.00   0.06
XYZ38.089850.959289.4899
Yxy50.95920.21330.2854
Hunter Lab71.3857-29.6814-24.3566
CIE-Lab76.6543-30.7396-27.5930

#0fcfef color RGB value is (15,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11001111 11101111
Octal 17 317 357
Decimal 15 207 239
Hex F CF EF

RGB Percentages of Color #0fcfef

%3.25
%44.90
%51.84

CMYK Percentages of Color #0fcfef

%94
%13
%0
%6

Triadic Colors of #0fcfef

#0fcfef #ef0fcf #cfef0f

Analogous Colors of #0fcfef

#0fcfef #0f5fef #0fef9f

Monochromatic Colors of #0fcfef

#0fcfef

Complementary Color

#0fcfef #ef2f0f

#0fcfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fcfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fcfef Color CSS Codes

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

#0fcfef Text Font Color

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

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


#0fcfef Background Color

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

This div background color is #0fcfef


#0fcfef Border Color

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

This div border color is #0fcfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fcfef


Comments

No comments written yet.

Please login to write comment.