Color Hex Logo

#0efad5 Color Hex

#0EFAD5
(14,250,213)
0 Favorites   0 Comments

Color spaces of #0efad5

RGB 14250213
HSL0.470.960.52
HSV171°94°98°
CMYK 0.940.000.15   0.02
XYZ46.377073.268774.6487
Yxy73.26870.23870.3771
Hunter Lab85.5971-53.08278.2116
CIE-Lab88.5757-57.12443.9495

#0efad5 color RGB value is (14,250,213).

#0efad5 hex color red value is 14, green value is 250 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #0efad5 hue: 0.47 , saturation: 0.96 and the lightness value of 0efad5 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111010 11010101
Octal 16 372 325
Decimal 14 250 213
Hex E FA D5

RGB Percentages of Color #0efad5

%2.94
%52.41
%44.65

CMYK Percentages of Color #0efad5

%94
%0
%15
%2

Triadic Colors of #0efad5

#0efad5 #d50efa #fad50e

Analogous Colors of #0efad5

#0efad5 #0ea9fa #0efa5f

Monochromatic Colors of #0efad5

#0efad5

Complementary Color

#0efad5 #fa0e33

#0efad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0efad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0efad5 Color CSS Codes

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

#0efad5 Text Font Color

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

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


#0efad5 Background Color

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

This div background color is #0efad5


#0efad5 Border Color

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

This div border color is #0efad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0efad5


Comments

No comments written yet.

Please login to write comment.