Color Hex Logo

#0edade Color Hex

#0EDADE
(14,218,222)
0 Favorites   0 Comments

Color spaces of #0edade

RGB 14218222
HSL0.500.880.46
HSV181°94°87°
CMYK 0.940.020.00   0.13
XYZ38.437355.510177.7959
Yxy55.51010.22380.3232
Hunter Lab74.5051-38.2955-9.7552
CIE-Lab79.3342-41.1732-14.4285

#0edade color RGB value is (14,218,222).

#0edade hex color red value is 14, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0edade hue: 0.50 , saturation: 0.88 and the lightness value of 0edade is 0.46.

The process color (four color CMYK) of #0edade color hex is 0.94, 0.02, 0.00, 0.13. Web safe color of #0edade is #00cccc. Color #0edade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011010 11011110
Octal 16 332 336
Decimal 14 218 222
Hex E DA DE

RGB Percentages of Color #0edade

%3.08
%48.02
%48.90

CMYK Percentages of Color #0edade

%94
%2
%0
%13

Triadic Colors of #0edade

#0edade #de0eda #dade0e

Analogous Colors of #0edade

#0edade #0e72de #0ede7a

Monochromatic Colors of #0edade

#0edade

Complementary Color

#0edade #de120e

#0edade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edade Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edade Color CSS Codes

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

#0edade Text Font Color

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

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


#0edade Background Color

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

This div background color is #0edade


#0edade Border Color

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

This div border color is #0edade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edade


Comments

No comments written yet.

Please login to write comment.