Color Hex Logo

#0fdeec Color Hex

#0FDEEC
(15,222,236)
0 Favorites   0 Comments

Color spaces of #0fdeec

RGB 15222236
HSL0.510.880.49
HSV184°94°93°
CMYK 0.940.060.00   0.07
XYZ41.458658.400288.4442
Yxy58.40020.22020.3101
Hunter Lab76.4200-36.8971-15.1249
CIE-Lab80.9608-38.7399-19.4355

#0fdeec color RGB value is (15,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011110 11101100
Octal 17 336 354
Decimal 15 222 236
Hex F DE EC

RGB Percentages of Color #0fdeec

%3.17
%46.93
%49.89

CMYK Percentages of Color #0fdeec

%94
%6
%0
%7

Triadic Colors of #0fdeec

#0fdeec #ec0fde #deec0f

Analogous Colors of #0fdeec

#0fdeec #0f70ec #0fec8c

Monochromatic Colors of #0fdeec

#0fdeec

Complementary Color

#0fdeec #ec1d0f

#0fdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdeec Color CSS Codes

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

#0fdeec Text Font Color

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

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


#0fdeec Background Color

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

This div background color is #0fdeec


#0fdeec Border Color

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

This div border color is #0fdeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdeec


Comments

No comments written yet.

Please login to write comment.