Color Hex Logo

#0fdefa Color Hex

#0FDEFA
(15,222,250)
0 Favorites   0 Comments

Color spaces of #0fdefa

RGB 15222250
HSL0.520.960.52
HSV187°94°98°
CMYK 0.940.110.00   0.02
XYZ43.573659.246299.5816
Yxy59.24620.21530.2927
Hunter Lab76.9716-33.6514-22.8261
CIE-Lab81.4267-34.4068-26.1575

#0fdefa color RGB value is (15,222,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011110 11111010
Octal 17 336 372
Decimal 15 222 250
Hex F DE FA

RGB Percentages of Color #0fdefa

%3.08
%45.59
%51.33

CMYK Percentages of Color #0fdefa

%94
%11
%0
%2

Triadic Colors of #0fdefa

#0fdefa #fa0fde #defa0f

Analogous Colors of #0fdefa

#0fdefa #0f69fa #0ffaa1

Monochromatic Colors of #0fdefa

#0fdefa

Complementary Color

#0fdefa #fa2b0f

#0fdefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdefa Color CSS Codes

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

#0fdefa Text Font Color

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

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


#0fdefa Background Color

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

This div background color is #0fdefa


#0fdefa Border Color

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

This div border color is #0fdefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdefa


Comments

No comments written yet.

Please login to write comment.