Color Hex Logo

#0ececd Color Hex

#0ECECD
(14,206,205)
0 Favorites   0 Comments

Color spaces of #0ececd

RGB 14206205
HSL0.500.870.43
HSV180°93°81°
CMYK 0.930.000.00   0.19
XYZ33.271948.643865.3932
Yxy48.64380.22590.3302
Hunter Lab69.7451-36.9005-6.7689
CIE-Lab75.2292-40.8451-11.4494

#0ececd color RGB value is (14,206,205).

#0ececd hex color red value is 14, green value is 206 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0ececd hue: 0.50 , saturation: 0.87 and the lightness value of 0ececd is 0.43.

The process color (four color CMYK) of #0ececd color hex is 0.93, 0.00, 0.00, 0.19. Web safe color of #0ececd is #00cccc. Color #0ececd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001110 11001101
Octal 16 316 315
Decimal 14 206 205
Hex E CE CD

RGB Percentages of Color #0ececd

%3.29
%48.47
%48.24

CMYK Percentages of Color #0ececd

%93
%0
%0
%19

Triadic Colors of #0ececd

#0ececd #cd0ece #cecd0e

Analogous Colors of #0ececd

#0ececd #0e6fce #0ece6d

Monochromatic Colors of #0ececd

#0ececd

Complementary Color

#0ececd #ce0e0f

#0ececd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ececd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ececd Color CSS Codes

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

#0ececd Text Font Color

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

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


#0ececd Background Color

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

This div background color is #0ececd


#0ececd Border Color

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

This div border color is #0ececd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ececd


Comments

No comments written yet.

Please login to write comment.