Color Hex Logo

#0ef0dd Color Hex

#0EF0DD
(14,240,221)
0 Favorites   0 Comments

Color spaces of #0ef0dd

RGB 14240221
HSL0.490.890.50
HSV175°94°94°
CMYK 0.940.000.08   0.06
XYZ44.392367.634079.1216
Yxy67.63400.23220.3538
Hunter Lab82.2399-47.56720.5260
CIE-Lab85.8231-50.9570-4.2506

#0ef0dd color RGB value is (14,240,221).

#0ef0dd hex color red value is 14, green value is 240 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0ef0dd hue: 0.49 , saturation: 0.89 and the lightness value of 0ef0dd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11110000 11011101
Octal 16 360 335
Decimal 14 240 221
Hex E F0 DD

RGB Percentages of Color #0ef0dd

%2.95
%50.53
%46.53

CMYK Percentages of Color #0ef0dd

%94
%0
%8
%6

Triadic Colors of #0ef0dd

#0ef0dd #dd0ef0 #f0dd0e

Analogous Colors of #0ef0dd

#0ef0dd #0e92f0 #0ef06c

Monochromatic Colors of #0ef0dd

#0ef0dd

Complementary Color

#0ef0dd #f00e21

#0ef0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ef0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ef0dd Color CSS Codes

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

#0ef0dd Text Font Color

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

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


#0ef0dd Background Color

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

This div background color is #0ef0dd


#0ef0dd Border Color

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

This div border color is #0ef0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ef0dd


Comments

No comments written yet.

Please login to write comment.