Color Hex Logo

#0fddfb Color Hex

#0FDDFB
(15,221,251)
0 Favorites   0 Comments

Color spaces of #0fddfb

RGB 15221251
HSL0.520.970.52
HSV188°94°98°
CMYK 0.940.120.00   0.02
XYZ43.466058.7795100.3215
Yxy58.77950.21460.2902
Hunter Lab76.6678-32.9699-23.9148
CIE-Lab81.1702-33.6188-27.0794

#0fddfb color RGB value is (15,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11011101 11111011
Octal 17 335 373
Decimal 15 221 251
Hex F DD FB

RGB Percentages of Color #0fddfb

%3.08
%45.38
%51.54

CMYK Percentages of Color #0fddfb

%94
%12
%0
%2

Triadic Colors of #0fddfb

#0fddfb #fb0fdd #ddfb0f

Analogous Colors of #0fddfb

#0fddfb #0f67fb #0ffba3

Monochromatic Colors of #0fddfb

#0fddfb

Complementary Color

#0fddfb #fb2d0f

#0fddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fddfb Color CSS Codes

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

#0fddfb Text Font Color

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

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


#0fddfb Background Color

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

This div background color is #0fddfb


#0fddfb Border Color

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

This div border color is #0fddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.