Color Hex Logo

#0ecde1 Color Hex

#0ECDE1
(14,205,225)
0 Favorites   0 Comments

Color spaces of #0ecde1

RGB 14205225
HSL0.520.880.47
HSV186°94°88°
CMYK 0.940.090.00   0.12
XYZ35.603049.192278.8527
Yxy49.19220.21760.3006
Hunter Lab70.1372-32.1299-17.5616
CIE-Lab75.5707-34.2728-21.7232

#0ecde1 color RGB value is (14,205,225).

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

The process color (four color CMYK) of #0ecde1 color hex is 0.94, 0.09, 0.00, 0.12. Web safe color of #0ecde1 is #00cccc. Color #0ecde1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001101 11100001
Octal 16 315 341
Decimal 14 205 225
Hex E CD E1

RGB Percentages of Color #0ecde1

%3.15
%46.17
%50.68

CMYK Percentages of Color #0ecde1

%94
%9
%0
%12

Triadic Colors of #0ecde1

#0ecde1 #e10ecd #cde10e

Analogous Colors of #0ecde1

#0ecde1 #0e63e1 #0ee18c

Monochromatic Colors of #0ecde1

#0ecde1

Complementary Color

#0ecde1 #e1220e

#0ecde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecde1 Color CSS Codes

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

#0ecde1 Text Font Color

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

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


#0ecde1 Background Color

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

This div background color is #0ecde1


#0ecde1 Border Color

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

This div border color is #0ecde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecde1


Comments

No comments written yet.

Please login to write comment.