Color Hex Logo

#0eccff Color Hex

#0ECCFF
(14,204,255)
0 Favorites   0 Comments

Color spaces of #0eccff

RGB 14204255
HSL0.541.000.53
HSV193°95°100°
CMYK 0.950.200.00   0.00
XYZ39.824050.4991102.2561
Yxy50.49910.20680.2622
Hunter Lab71.0627-24.3272-35.5718
CIE-Lab76.3746-24.0223-36.5907

#0eccff color RGB value is (14,204,255).

#0eccff hex color red value is 14, green value is 204 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0eccff hue: 0.54 , saturation: 1.00 and the lightness value of 0eccff is 0.53.

The process color (four color CMYK) of #0eccff color hex is 0.95, 0.20, 0.00, 0.00. Web safe color of #0eccff is #00ccff. Color #0eccff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001100 11111111
Octal 16 314 377
Decimal 14 204 255
Hex E CC FF

RGB Percentages of Color #0eccff

%2.96
%43.13
%53.91

CMYK Percentages of Color #0eccff

%95
%20
%0
%0

Triadic Colors of #0eccff

#0eccff #ff0ecc #ccff0e

Analogous Colors of #0eccff

#0eccff #0e53ff #0effba

Monochromatic Colors of #0eccff

#0eccff

Complementary Color

#0eccff #ff410e

#0eccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eccff Color CSS Codes

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

#0eccff Text Font Color

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

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


#0eccff Background Color

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

This div background color is #0eccff


#0eccff Border Color

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

This div border color is #0eccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eccff

Related Colors


Comments

No comments written yet.

Please login to write comment.