Color Hex Logo

#0effda Color Hex

#0EFFDA
(14,255,218)
0 Favorites   0 Comments

Color spaces of #0effda

RGB 14255218
HSL0.471.000.53
HSV171°95°100°
CMYK 0.950.000.15   0.00
XYZ48.596076.675378.5682
Yxy76.67530.23840.3762
Hunter Lab87.5644-54.17498.0965
CIE-Lab90.1720-57.82433.6676

#0effda color RGB value is (14,255,218).

#0effda hex color red value is 14, green value is 255 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0effda hue: 0.47 , saturation: 1.00 and the lightness value of 0effda is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11111111 11011010
Octal 16 377 332
Decimal 14 255 218
Hex E FF DA

RGB Percentages of Color #0effda

%2.87
%52.36
%44.76

CMYK Percentages of Color #0effda

%95
%0
%15
%0

Triadic Colors of #0effda

#0effda #da0eff #ffda0e

Analogous Colors of #0effda

#0effda #0eacff #0eff62

Monochromatic Colors of #0effda

#0effda

Complementary Color

#0effda #ff0e33

#0effda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0effda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0effda Color CSS Codes

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

#0effda Text Font Color

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

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


#0effda Background Color

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

This div background color is #0effda


#0effda Border Color

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

This div border color is #0effda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,255,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 #0effda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0effda


Comments

No comments written yet.

Please login to write comment.