Color Hex Logo

#0fdefd Color Hex

#0FDEFD
(15,222,253)
0 Favorites   0 Comments

Color spaces of #0fdefd

RGB 15222253
HSL0.520.980.53
HSV188°94°99°
CMYK 0.940.120.00   0.01
XYZ44.047959.4360102.0792
Yxy59.43600.21430.2891
Hunter Lab77.0947-32.9303-24.5381
CIE-Lab81.5307-33.4609-27.5880

#0fdefd color RGB value is (15,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011110 11111101
Octal 17 336 375
Decimal 15 222 253
Hex F DE FD

RGB Percentages of Color #0fdefd

%3.06
%45.31
%51.63

CMYK Percentages of Color #0fdefd

%94
%12
%0
%1

Triadic Colors of #0fdefd

#0fdefd #fd0fde #defd0f

Analogous Colors of #0fdefd

#0fdefd #0f67fd #0ffda5

Monochromatic Colors of #0fdefd

#0fdefd

Complementary Color

#0fdefd #fd2e0f

#0fdefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdefd Color CSS Codes

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

#0fdefd Text Font Color

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

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


#0fdefd Background Color

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

This div background color is #0fdefd


#0fdefd Border Color

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

This div border color is #0fdefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdefd


Comments

No comments written yet.

Please login to write comment.