Color Hex Logo

#0ecdeb Color Hex

#0ECDEB
(14,205,235)
0 Favorites   0 Comments

Color spaces of #0ecdeb

RGB 14205235
HSL0.520.890.49
HSV188°94°92°
CMYK 0.940.130.00   0.08
XYZ37.007849.754286.2503
Yxy49.75420.21390.2876
Hunter Lab70.5367-29.7872-23.1225
CIE-Lab75.9181-31.0907-26.5737

#0ecdeb color RGB value is (14,205,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001101 11101011
Octal 16 315 353
Decimal 14 205 235
Hex E CD EB

RGB Percentages of Color #0ecdeb

%3.08
%45.15
%51.76

CMYK Percentages of Color #0ecdeb

%94
%13
%0
%8

Triadic Colors of #0ecdeb

#0ecdeb #eb0ecd #cdeb0e

Analogous Colors of #0ecdeb

#0ecdeb #0e5feb #0eeb9b

Monochromatic Colors of #0ecdeb

#0ecdeb

Complementary Color

#0ecdeb #eb2c0e

#0ecdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecdeb Color CSS Codes

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

#0ecdeb Text Font Color

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

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


#0ecdeb Background Color

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

This div background color is #0ecdeb


#0ecdeb Border Color

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

This div border color is #0ecdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecdeb


Comments

No comments written yet.

Please login to write comment.