Color Hex Logo

#0efbdb Color Hex

#0EFBDB
(14,251,219)
0 Favorites   0 Comments

Color spaces of #0efbdb

RGB 14251219
HSL0.480.970.52
HSV172°94°98°
CMYK 0.940.000.13   0.02
XYZ47.464574.202278.8387
Yxy74.20220.23670.3701
Hunter Lab86.1407-52.39076.0344
CIE-Lab89.0180-55.97771.4723

#0efbdb color RGB value is (14,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111011 11011011
Octal 16 373 333
Decimal 14 251 219
Hex E FB DB

RGB Percentages of Color #0efbdb

%2.89
%51.86
%45.25

CMYK Percentages of Color #0efbdb

%94
%0
%13
%2

Triadic Colors of #0efbdb

#0efbdb #db0efb #fbdb0e

Analogous Colors of #0efbdb

#0efbdb #0ea5fb #0efb65

Monochromatic Colors of #0efbdb

#0efbdb

Complementary Color

#0efbdb #fb0e2e

#0efbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efbdb Color CSS Codes

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

#0efbdb Text Font Color

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

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


#0efbdb Background Color

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

This div background color is #0efbdb


#0efbdb Border Color

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

This div border color is #0efbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efbdb

Related Colors


Comments

No comments written yet.

Please login to write comment.