Color Hex Logo

#0ee5cc Color Hex

#0EE5CC
(14,229,204)
0 Favorites   0 Comments

Color spaces of #0ee5cc

RGB 14229204
HSL0.480.880.48
HSV173°94°90°
CMYK 0.940.000.11   0.10
XYZ39.099560.491666.7420
Yxy60.49160.23510.3637
Hunter Lab77.7763-46.37363.5651
CIE-Lab82.1047-51.0037-0.7474

#0ee5cc color RGB value is (14,229,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11100101 11001100
Octal 16 345 314
Decimal 14 229 204
Hex E E5 CC

RGB Percentages of Color #0ee5cc

%3.13
%51.23
%45.64

CMYK Percentages of Color #0ee5cc

%94
%0
%11
%10

Triadic Colors of #0ee5cc

#0ee5cc #cc0ee5 #e5cc0e

Analogous Colors of #0ee5cc

#0ee5cc #0e93e5 #0ee561

Monochromatic Colors of #0ee5cc

#0ee5cc

Complementary Color

#0ee5cc #e50e27

#0ee5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ee5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ee5cc Color CSS Codes

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

#0ee5cc Text Font Color

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

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


#0ee5cc Background Color

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

This div background color is #0ee5cc


#0ee5cc Border Color

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

This div border color is #0ee5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ee5cc


Comments

No comments written yet.

Please login to write comment.