Color Hex Logo

#0eebca Color Hex

#0EEBCA
(14,235,202)
0 Favorites   0 Comments

Color spaces of #0eebca

RGB 14235202
HSL0.480.890.49
HSV171°94°92°
CMYK 0.940.000.14   0.08
XYZ40.550163.774366.0496
Yxy63.77430.23800.3743
Hunter Lab79.8588-49.11566.8636
CIE-Lab83.8481-53.97562.8481

#0eebca color RGB value is (14,235,202).

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

The process color (four color CMYK) of #0eebca color hex is 0.94, 0.00, 0.14, 0.08. Web safe color of #0eebca is #00ffcc. Color #0eebca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101011 11001010
Octal 16 353 312
Decimal 14 235 202
Hex E EB CA

RGB Percentages of Color #0eebca

%3.10
%52.11
%44.79

CMYK Percentages of Color #0eebca

%94
%0
%14
%8

Triadic Colors of #0eebca

#0eebca #ca0eeb #ebca0e

Analogous Colors of #0eebca

#0eebca #0e9eeb #0eeb5c

Monochromatic Colors of #0eebca

#0eebca

Complementary Color

#0eebca #eb0e2f

#0eebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eebca Color CSS Codes

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

#0eebca Text Font Color

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

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


#0eebca Background Color

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

This div background color is #0eebca


#0eebca Border Color

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

This div border color is #0eebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eebca


Comments

No comments written yet.

Please login to write comment.