Color Hex Logo

#0eeacb Color Hex

#0EEACB
(14,234,203)
0 Favorites   0 Comments

Color spaces of #0eeacb

RGB 14234203
HSL0.480.890.49
HSV172°94°92°
CMYK 0.940.000.13   0.08
XYZ40.383463.250866.5801
Yxy63.25080.23730.3716
Hunter Lab79.5304-48.54066.0357
CIE-Lab83.5742-53.31121.9237

#0eeacb color RGB value is (14,234,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101010 11001011
Octal 16 352 313
Decimal 14 234 203
Hex E EA CB

RGB Percentages of Color #0eeacb

%3.10
%51.88
%45.01

CMYK Percentages of Color #0eeacb

%94
%0
%13
%8

Triadic Colors of #0eeacb

#0eeacb #cb0eea #eacb0e

Analogous Colors of #0eeacb

#0eeacb #0e9bea #0eea5d

Monochromatic Colors of #0eeacb

#0eeacb

Complementary Color

#0eeacb #ea0e2d

#0eeacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eeacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eeacb Color CSS Codes

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

#0eeacb Text Font Color

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

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


#0eeacb Background Color

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

This div background color is #0eeacb


#0eeacb Border Color

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

This div border color is #0eeacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eeacb


Comments

No comments written yet.

Please login to write comment.