Color Hex Logo

#0ef9da Color Hex

#0EF9DA
(14,249,218)
0 Favorites   0 Comments

Color spaces of #0ef9da

RGB 14249218
HSL0.480.950.52
HSV172°94°98°
CMYK 0.940.000.12   0.02
XYZ46.711772.906777.9401
Yxy72.90670.23640.3690
Hunter Lab85.3854-51.77275.6497
CIE-Lab88.4032-55.43621.0973

#0ef9da color RGB value is (14,249,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111001 11011010
Octal 16 371 332
Decimal 14 249 218
Hex E F9 DA

RGB Percentages of Color #0ef9da

%2.91
%51.77
%45.32

CMYK Percentages of Color #0ef9da

%94
%0
%12
%2

Triadic Colors of #0ef9da

#0ef9da #da0ef9 #f9da0e

Analogous Colors of #0ef9da

#0ef9da #0ea3f9 #0ef965

Monochromatic Colors of #0ef9da

#0ef9da

Complementary Color

#0ef9da #f90e2d

#0ef9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ef9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ef9da Color CSS Codes

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

#0ef9da Text Font Color

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

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


#0ef9da Background Color

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

This div background color is #0ef9da


#0ef9da Border Color

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

This div border color is #0ef9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ef9da


Comments

No comments written yet.

Please login to write comment.