Color Hex Logo

#0ecae5 Color Hex

#0ECAE5
(14,202,229)
0 Favorites   0 Comments

Color spaces of #0ecae5

RGB 14202229
HSL0.520.880.48
HSV188°94°90°
CMYK 0.940.120.00   0.10
XYZ35.444547.991681.5239
Yxy47.99160.21490.2909
Hunter Lab69.2760-29.9048-21.2792
CIE-Lab74.8196-31.5709-25.0238

#0ecae5 color RGB value is (14,202,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001010 11100101
Octal 16 312 345
Decimal 14 202 229
Hex E CA E5

RGB Percentages of Color #0ecae5

%3.15
%45.39
%51.46

CMYK Percentages of Color #0ecae5

%94
%12
%0
%10

Triadic Colors of #0ecae5

#0ecae5 #e50eca #cae50e

Analogous Colors of #0ecae5

#0ecae5 #0e5ee5 #0ee595

Monochromatic Colors of #0ecae5

#0ecae5

Complementary Color

#0ecae5 #e5290e

#0ecae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecae5 Color CSS Codes

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

#0ecae5 Text Font Color

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

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


#0ecae5 Background Color

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

This div background color is #0ecae5


#0ecae5 Border Color

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

This div border color is #0ecae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecae5


Comments

No comments written yet.

Please login to write comment.