Color Hex Logo

#0fecef Color Hex

#0FECEF
(15,236,239)
0 Favorites   0 Comments

Color spaces of #0fecef

RGB 15236239
HSL0.500.880.50
HSV181°94°94°
CMYK 0.940.010.00   0.06
XYZ45.772466.324592.0508
Yxy66.32450.22420.3249
Hunter Lab81.4399-42.1957-10.0071
CIE-Lab85.1617-44.1268-14.6954

#0fecef color RGB value is (15,236,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101100 11101111
Octal 17 354 357
Decimal 15 236 239
Hex F EC EF

RGB Percentages of Color #0fecef

%3.06
%48.16
%48.78

CMYK Percentages of Color #0fecef

%94
%1
%0
%6

Triadic Colors of #0fecef

#0fecef #ef0fec #ecef0f

Analogous Colors of #0fecef

#0fecef #0f7cef #0fef82

Monochromatic Colors of #0fecef

#0fecef

Complementary Color

#0fecef #ef120f

#0fecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fecef Color CSS Codes

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

#0fecef Text Font Color

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

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


#0fecef Background Color

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

This div background color is #0fecef


#0fecef Border Color

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

This div border color is #0fecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fecef


Comments

No comments written yet.

Please login to write comment.