Color Hex Logo

#0fffdb Color Hex

#0FFFDB
(15,255,219)
0 Favorites   0 Comments

Color spaces of #0fffdb

RGB 15255219
HSL0.481.000.53
HSV171°94°100°
CMYK 0.940.000.14   0.00
XYZ48.743276.736079.2603
Yxy76.73600.23810.3748
Hunter Lab87.5991-53.97477.6733
CIE-Lab90.2000-57.54183.1907

#0fffdb color RGB value is (15,255,219).

#0fffdb hex color red value is 15, green value is 255 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0fffdb hue: 0.48 , saturation: 1.00 and the lightness value of 0fffdb is 0.53.

The process color (four color CMYK) of #0fffdb color hex is 0.94, 0.00, 0.14, 0.00. Web safe color of #0fffdb is #00ffcc. Color #0fffdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111111 11011011
Octal 17 377 333
Decimal 15 255 219
Hex F FF DB

RGB Percentages of Color #0fffdb

%3.07
%52.15
%44.79

CMYK Percentages of Color #0fffdb

%94
%0
%14
%0

Triadic Colors of #0fffdb

#0fffdb #db0fff #ffdb0f

Analogous Colors of #0fffdb

#0fffdb #0fabff #0fff63

Monochromatic Colors of #0fffdb

#0fffdb

Complementary Color

#0fffdb #ff0f33

#0fffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fffdb Color CSS Codes

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

#0fffdb Text Font Color

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

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


#0fffdb Background Color

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

This div background color is #0fffdb


#0fffdb Border Color

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

This div border color is #0fffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fffdb

Related Colors


Comments

No comments written yet.

Please login to write comment.