Color Hex Logo

#0edbae Color Hex

#0EDBAE
(14,219,174)
0 Favorites   0 Comments

Color spaces of #0edbae

RGB 14219174
HSL0.460.880.46
HSV167°94°86°
CMYK 0.940.000.21   0.14
XYZ33.152653.812448.6839
Yxy53.81240.24440.3967
Hunter Lab73.3569-47.704212.0016
CIE-Lab78.3522-54.72819.7419

#0edbae color RGB value is (14,219,174).

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

The process color (four color CMYK) of #0edbae color hex is 0.94, 0.00, 0.21, 0.14. Web safe color of #0edbae is #00cc99. Color #0edbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011011 10101110
Octal 16 333 256
Decimal 14 219 174
Hex E DB AE

RGB Percentages of Color #0edbae

%3.44
%53.81
%42.75

CMYK Percentages of Color #0edbae

%94
%0
%21
%14

Triadic Colors of #0edbae

#0edbae #ae0edb #dbae0e

Analogous Colors of #0edbae

#0edbae #0ea2db #0edb47

Monochromatic Colors of #0edbae

#0edbae

Complementary Color

#0edbae #db0e3b

#0edbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edbae Color CSS Codes

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

#0edbae Text Font Color

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

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


#0edbae Background Color

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

This div background color is #0edbae


#0edbae Border Color

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

This div border color is #0edbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edbae


Comments

No comments written yet.

Please login to write comment.