Color Hex Logo

#0efdab Color Hex

#0EFDAB
(14,253,171)
0 Favorites   0 Comments

Color spaces of #0efdab

RGB 14253171
HSL0.440.980.52
HSV159°94°99°
CMYK 0.940.000.32   0.01
XYZ42.657173.284250.4251
Yxy73.28420.25640.4405
Hunter Lab85.6062-60.865325.0004
CIE-Lab88.5831-67.975325.5794

#0efdab color RGB value is (14,253,171).

#0efdab hex color red value is 14, green value is 253 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0efdab hue: 0.44 , saturation: 0.98 and the lightness value of 0efdab is 0.52.

The process color (four color CMYK) of #0efdab color hex is 0.94, 0.00, 0.32, 0.01. Web safe color of #0efdab is #00ff99. Color #0efdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111101 10101011
Octal 16 375 253
Decimal 14 253 171
Hex E FD AB

RGB Percentages of Color #0efdab

%3.20
%57.76
%39.04

CMYK Percentages of Color #0efdab

%94
%0
%32
%1

Triadic Colors of #0efdab

#0efdab #ab0efd #fdab0e

Analogous Colors of #0efdab

#0efdab #0ed8fd #0efd34

Monochromatic Colors of #0efdab

#0efdab

Complementary Color

#0efdab #fd0e60

#0efdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efdab Color CSS Codes

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

#0efdab Text Font Color

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

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


#0efdab Background Color

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

This div background color is #0efdab


#0efdab Border Color

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

This div border color is #0efdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efdab

Related Colors


Comments

No comments written yet.

Please login to write comment.