Color Hex Logo

#0ecbf2 Color Hex

#0ECBF2
(14,203,242)
0 Favorites   0 Comments

Color spaces of #0ecbf2

RGB 14203242
HSL0.530.900.50
HSV190°94°95°
CMYK 0.940.160.00   0.05
XYZ37.564149.216091.5242
Yxy49.21600.21070.2760
Hunter Lab70.1541-27.1917-28.2428
CIE-Lab75.5855-27.8366-30.8447

#0ecbf2 color RGB value is (14,203,242).

#0ecbf2 hex color red value is 14, green value is 203 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #0ecbf2 hue: 0.53 , saturation: 0.90 and the lightness value of 0ecbf2 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001011 11110010
Octal 16 313 362
Decimal 14 203 242
Hex E CB F2

RGB Percentages of Color #0ecbf2

%3.05
%44.23
%52.72

CMYK Percentages of Color #0ecbf2

%94
%16
%0
%5

Triadic Colors of #0ecbf2

#0ecbf2 #f20ecb #cbf20e

Analogous Colors of #0ecbf2

#0ecbf2 #0e59f2 #0ef2a7

Monochromatic Colors of #0ecbf2

#0ecbf2

Complementary Color

#0ecbf2 #f2350e

#0ecbf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecbf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecbf2 Color CSS Codes

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

#0ecbf2 Text Font Color

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

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


#0ecbf2 Background Color

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

This div background color is #0ecbf2


#0ecbf2 Border Color

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

This div border color is #0ecbf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecbf2


Comments

No comments written yet.

Please login to write comment.