Color Hex Logo

#0fdbee Color Hex

#0FDBEE
(15,219,238)
0 Favorites   0 Comments

Color spaces of #0fdbee

RGB 15219238
HSL0.510.880.50
HSV185°94°93°
CMYK 0.940.080.00   0.07
XYZ40.961156.937689.7201
Yxy56.93760.21830.3035
Hunter Lab75.4570-35.1528-17.6773
CIE-Lab80.1445-36.7442-21.7359

#0fdbee color RGB value is (15,219,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011011 11101110
Octal 17 333 356
Decimal 15 219 238
Hex F DB EE

RGB Percentages of Color #0fdbee

%3.18
%46.40
%50.42

CMYK Percentages of Color #0fdbee

%94
%8
%0
%7

Triadic Colors of #0fdbee

#0fdbee #ee0fdb #dbee0f

Analogous Colors of #0fdbee

#0fdbee #0f6cee #0fee92

Monochromatic Colors of #0fdbee

#0fdbee

Complementary Color

#0fdbee #ee220f

#0fdbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fdbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fdbee Color CSS Codes

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

#0fdbee Text Font Color

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

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


#0fdbee Background Color

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

This div background color is #0fdbee


#0fdbee Border Color

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

This div border color is #0fdbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fdbee


Comments

No comments written yet.

Please login to write comment.