Color Hex Logo

#0eceea Color Hex

#0ECEEA
(14,206,234)
0 Favorites   0 Comments

Color spaces of #0eceea

RGB 14206234
HSL0.520.890.49
HSV188°94°92°
CMYK 0.940.120.00   0.08
XYZ37.103750.176585.5714
Yxy50.17650.21470.2903
Hunter Lab70.8354-30.4633-22.0395
CIE-Lab76.1775-31.8933-25.6398

#0eceea color RGB value is (14,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001110 11101010
Octal 16 316 352
Decimal 14 206 234
Hex E CE EA

RGB Percentages of Color #0eceea

%3.08
%45.37
%51.54

CMYK Percentages of Color #0eceea

%94
%12
%0
%8

Triadic Colors of #0eceea

#0eceea #ea0ece #ceea0e

Analogous Colors of #0eceea

#0eceea #0e60ea #0eea98

Monochromatic Colors of #0eceea

#0eceea

Complementary Color

#0eceea #ea2a0e

#0eceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eceea Color CSS Codes

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

#0eceea Text Font Color

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

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


#0eceea Background Color

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

This div background color is #0eceea


#0eceea Border Color

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

This div border color is #0eceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eceea


Comments

No comments written yet.

Please login to write comment.