Color Hex Logo

#0efbdf Color Hex

#0EFBDF
(14,251,223)
0 Favorites   0 Comments

Color spaces of #0efbdf

RGB 14251223
HSL0.480.970.52
HSV173°94°98°
CMYK 0.940.000.11   0.02
XYZ47.997674.415481.6459
Yxy74.41540.23520.3647
Hunter Lab86.2644-51.64504.2693
CIE-Lab89.1184-54.9312-0.4612

#0efbdf color RGB value is (14,251,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111011 11011111
Octal 16 373 337
Decimal 14 251 223
Hex E FB DF

RGB Percentages of Color #0efbdf

%2.87
%51.43
%45.70

CMYK Percentages of Color #0efbdf

%94
%0
%11
%2

Triadic Colors of #0efbdf

#0efbdf #df0efb #fbdf0e

Analogous Colors of #0efbdf

#0efbdf #0ea1fb #0efb69

Monochromatic Colors of #0efbdf

#0efbdf

Complementary Color

#0efbdf #fb0e2a

#0efbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efbdf Color CSS Codes

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

#0efbdf Text Font Color

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

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


#0efbdf Background Color

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

This div background color is #0efbdf


#0efbdf Border Color

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

This div border color is #0efbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efbdf


Comments

No comments written yet.

Please login to write comment.