color codes Logo

#0fe3db color codes

#0FE3DB
(15,227,219)
0 Favorites   0 Comments

Color spaces of #0fe3db

RGB 15227219
HSL0.490.880.47
HSV178°93°89°
CMYK 0.930.000.04   0.11
XYZ40.452360.154276.4967
Yxy60.15420.22840.3397
Hunter Lab77.5591-42.6288-4.1864
CIE-Lab81.9219-45.9759-8.9660

#0fe3db color RGB value is (15,227,219).

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

The process color (four color CMYK) of #0fe3db color code is 0.93, 0.00, 0.04, 0.11. Web safe color of #0fe3db is #00cccc. Color #0fe3db contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100011 11011011
Octal 17 343 333
Decimal 15 227 219
Hex F E3 DB

RGB Percentages of Color #0fe3db

%3.25
%49.24
%47.51

CMYK Percentages of Color #0fe3db

%93
%0
%4
%11

Triadic Colors of #0fe3db

#0fe3db #db0fe3 #e3db0f

Analogous Colors of #0fe3db

#0fe3db #0f81e3 #0fe371

Monochromatic Colors of #0fe3db

#0fe3db

Complementary Color

#0fe3db #e30f17

#0fe3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe3db Color CSS Codes

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

#0fe3db Text Font Color

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

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


#0fe3db Background Color

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

This div background color is #0fe3db


#0fe3db Border Color

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

This div border color is #0fe3db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,227,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 #0fe3db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe3db


Comments

No comments written yet.

Please login to write comment.