Color Hex Logo

#0ecdec Color Hex

#0ECDEC
(14,205,236)
0 Favorites   0 Comments

Color spaces of #0ecdec

RGB 14205236
HSL0.520.890.49
HSV188°94°93°
CMYK 0.940.130.00   0.07
XYZ37.152749.812187.0134
Yxy49.81210.21350.2863
Hunter Lab70.5777-29.5470-23.6927
CIE-Lab75.9538-30.7684-27.0564

#0ecdec color RGB value is (14,205,236).

#0ecdec hex color red value is 14, green value is 205 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0ecdec hue: 0.52 , saturation: 0.89 and the lightness value of 0ecdec is 0.49.

The process color (four color CMYK) of #0ecdec color hex is 0.94, 0.13, 0.00, 0.07. Web safe color of #0ecdec is #00ccff. Color #0ecdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001101 11101100
Octal 16 315 354
Decimal 14 205 236
Hex E CD EC

RGB Percentages of Color #0ecdec

%3.08
%45.05
%51.87

CMYK Percentages of Color #0ecdec

%94
%13
%0
%7

Triadic Colors of #0ecdec

#0ecdec #ec0ecd #cdec0e

Analogous Colors of #0ecdec

#0ecdec #0e5eec #0eec9c

Monochromatic Colors of #0ecdec

#0ecdec

Complementary Color

#0ecdec #ec2d0e

#0ecdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecdec Color CSS Codes

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

#0ecdec Text Font Color

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

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


#0ecdec Background Color

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

This div background color is #0ecdec


#0ecdec Border Color

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

This div border color is #0ecdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecdec


Comments

No comments written yet.

Please login to write comment.