Color Hex Logo

#0fdefe Color Hex

#0FDEFE
(15,222,254)
0 Favorites   0 Comments

Color spaces of #0fdefe

RGB 15222254
HSL0.520.990.53
HSV188°94°100°
CMYK 0.940.130.00   0.00
XYZ44.207759.4999102.9206
Yxy59.49990.21390.2880
Hunter Lab77.1362-32.6877-25.1136
CIE-Lab81.5656-33.1442-28.0641

#0fdefe color RGB value is (15,222,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011110 11111110
Octal 17 336 376
Decimal 15 222 254
Hex F DE FE

RGB Percentages of Color #0fdefe

%3.05
%45.21
%51.73

CMYK Percentages of Color #0fdefe

%94
%13
%0
%0

Triadic Colors of #0fdefe

#0fdefe #fe0fde #defe0f

Analogous Colors of #0fdefe

#0fdefe #0f67fe #0ffea7

Monochromatic Colors of #0fdefe

#0fdefe

Complementary Color

#0fdefe #fe2f0f

#0fdefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdefe Color CSS Codes

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

#0fdefe Text Font Color

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

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


#0fdefe Background Color

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

This div background color is #0fdefe


#0fdefe Border Color

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

This div border color is #0fdefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdefe


Comments

No comments written yet.

Please login to write comment.