Color Hex Logo

#0edaba Color Hex

#0EDABA
(14,218,186)
0 Favorites   0 Comments

Color spaces of #0edaba

RGB 14218186
HSL0.470.880.45
HSV171°94°85°
CMYK 0.940.000.15   0.15
XYZ34.115453.781355.0371
Yxy53.78130.23870.3763
Hunter Lab73.3357-45.30036.8390
CIE-Lab78.3340-51.27503.3280

#0edaba color RGB value is (14,218,186).

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

The process color (four color CMYK) of #0edaba color hex is 0.94, 0.00, 0.15, 0.15. Web safe color of #0edaba is #00cccc. Color #0edaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011010 10111010
Octal 16 332 272
Decimal 14 218 186
Hex E DA BA

RGB Percentages of Color #0edaba

%3.35
%52.15
%44.50

CMYK Percentages of Color #0edaba

%94
%0
%15
%15

Triadic Colors of #0edaba

#0edaba #ba0eda #daba0e

Analogous Colors of #0edaba

#0edaba #0e94da #0eda54

Monochromatic Colors of #0edaba

#0edaba

Complementary Color

#0edaba #da0e2e

#0edaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edaba Color CSS Codes

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

#0edaba Text Font Color

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

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


#0edaba Background Color

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

This div background color is #0edaba


#0edaba Border Color

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

This div border color is #0edaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edaba


Comments

No comments written yet.

Please login to write comment.