Color Hex Logo

#0edcba Color Hex

#0EDCBA
(14,220,186)
0 Favorites   0 Comments

Color spaces of #0edcba

RGB 14220186
HSL0.470.880.46
HSV170°94°86°
CMYK 0.940.000.15   0.14
XYZ34.637254.824955.2111
Yxy54.82490.23940.3790
Hunter Lab74.0438-46.07567.6208
CIE-Lab78.9403-52.08574.2056

#0edcba color RGB value is (14,220,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011100 10111010
Octal 16 334 272
Decimal 14 220 186
Hex E DC BA

RGB Percentages of Color #0edcba

%3.33
%52.38
%44.29

CMYK Percentages of Color #0edcba

%94
%0
%15
%14

Triadic Colors of #0edcba

#0edcba #ba0edc #dcba0e

Analogous Colors of #0edcba

#0edcba #0e97dc #0edc53

Monochromatic Colors of #0edcba

#0edcba

Complementary Color

#0edcba #dc0e30

#0edcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edcba Color CSS Codes

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

#0edcba Text Font Color

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

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


#0edcba Background Color

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

This div background color is #0edcba


#0edcba Border Color

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

This div border color is #0edcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edcba


Comments

No comments written yet.

Please login to write comment.