Color Hex Logo

#0fdeef Color Hex

#0FDEEF
(15,222,239)
0 Favorites   0 Comments

Color spaces of #0fdeef

RGB 15222239
HSL0.510.880.50
HSV185°94°94°
CMYK 0.940.070.00   0.06
XYZ41.898358.576190.7594
Yxy58.57610.21910.3063
Hunter Lab76.5350-36.2183-16.7348
CIE-Lab81.0580-37.8232-20.8821

#0fdeef color RGB value is (15,222,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011110 11101111
Octal 17 336 357
Decimal 15 222 239
Hex F DE EF

RGB Percentages of Color #0fdeef

%3.15
%46.64
%50.21

CMYK Percentages of Color #0fdeef

%94
%7
%0
%6

Triadic Colors of #0fdeef

#0fdeef #ef0fde #deef0f

Analogous Colors of #0fdeef

#0fdeef #0f6eef #0fef90

Monochromatic Colors of #0fdeef

#0fdeef

Complementary Color

#0fdeef #ef200f

#0fdeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdeef Color CSS Codes

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

#0fdeef Text Font Color

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

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


#0fdeef Background Color

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

This div background color is #0fdeef


#0fdeef Border Color

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

This div border color is #0fdeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdeef


Comments

No comments written yet.

Please login to write comment.