Color Hex Logo

#0efbde Color Hex

#0EFBDE
(14,251,222)
0 Favorites   0 Comments

Color spaces of #0efbde

RGB 14251222
HSL0.480.970.52
HSV173°94°98°
CMYK 0.940.000.12   0.02
XYZ47.863174.361680.9378
Yxy74.36160.23560.3660
Hunter Lab86.2332-51.83294.7141
CIE-Lab89.0931-55.19420.0219

#0efbde color RGB value is (14,251,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111011 11011110
Octal 16 373 336
Decimal 14 251 222
Hex E FB DE

RGB Percentages of Color #0efbde

%2.87
%51.54
%45.59

CMYK Percentages of Color #0efbde

%94
%0
%12
%2

Triadic Colors of #0efbde

#0efbde #de0efb #fbde0e

Analogous Colors of #0efbde

#0efbde #0ea2fb #0efb68

Monochromatic Colors of #0efbde

#0efbde

Complementary Color

#0efbde #fb0e2b

#0efbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efbde Color CSS Codes

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

#0efbde Text Font Color

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

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


#0efbde Background Color

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

This div background color is #0efbde


#0efbde Border Color

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

This div border color is #0efbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efbde

Related Colors


Comments

No comments written yet.

Please login to write comment.