Color Hex Logo

#0edcbc Color Hex

#0EDCBC
(14,220,188)
0 Favorites   0 Comments

Color spaces of #0edcbc

RGB 14220188
HSL0.470.880.46
HSV171°94°86°
CMYK 0.940.000.15   0.14
XYZ34.851454.910656.3389
Yxy54.91060.23850.3758
Hunter Lab74.1017-45.72616.7935
CIE-Lab78.9897-51.56423.2122

#0edcbc color RGB value is (14,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011100 10111100
Octal 16 334 274
Decimal 14 220 188
Hex E DC BC

RGB Percentages of Color #0edcbc

%3.32
%52.13
%44.55

CMYK Percentages of Color #0edcbc

%94
%0
%15
%14

Triadic Colors of #0edcbc

#0edcbc #bc0edc #dcbc0e

Analogous Colors of #0edcbc

#0edcbc #0e95dc #0edc55

Monochromatic Colors of #0edcbc

#0edcbc

Complementary Color

#0edcbc #dc0e2e

#0edcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edcbc Color CSS Codes

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

#0edcbc Text Font Color

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

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


#0edcbc Background Color

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

This div background color is #0edcbc


#0edcbc Border Color

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

This div border color is #0edcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edcbc


Comments

No comments written yet.

Please login to write comment.