Color Hex Logo

#73e0ec Color Hex

#73E0EC
(115,224,236)
0 Favorites   0 Comments

Color spaces of #73e0ec

RGB 115224236
HSL0.520.760.69
HSV186°51°93°
CMYK 0.510.050.00   0.07
XYZ48.866263.012388.9439
Yxy63.01230.24330.3138
Hunter Lab79.3803-29.0316-10.8670
CIE-Lab83.4489-28.1058-15.4965

#73e0ec color RGB value is (115,224,236).

#73e0ec hex color red value is 115, green value is 224 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #73e0ec hue: 0.52 , saturation: 0.76 and the lightness value of 73e0ec is 0.69.

The process color (four color CMYK) of #73e0ec color hex is 0.51, 0.05, 0.00, 0.07. Web safe color of #73e0ec is #66ccff. Color #73e0ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11100000 11101100
Octal 163 340 354
Decimal 115 224 236
Hex 73 E0 EC

RGB Percentages of Color #73e0ec

%20.00
%38.96
%41.04

CMYK Percentages of Color #73e0ec

%51
%5
%0
%7

Triadic Colors of #73e0ec

#73e0ec #ec73e0 #e0ec73

Analogous Colors of #73e0ec

#73e0ec #73a4ec #73ecbc

Monochromatic Colors of #73e0ec

#73e0ec

Complementary Color

#73e0ec #ec7f73

#73e0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73e0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#73e0ec Color CSS Codes

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

#73e0ec Text Font Color

<p style="color:#73e0ec">Text here</p>

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


#73e0ec Background Color

<div style="background-color:#73e0ec">
Div content here</div>

This div background color is #73e0ec


#73e0ec Border Color

<div style="border:3px solid #73e0ec">
Div here</div>

This div border color is #73e0ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,224,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73e0ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73e0ec;
  -webkit-box-shadow: 1px 1px 3px 2px #73e0ec;
  box-shadow:         1px 1px 3px 2px #73e0ec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,224,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73e0ec


Comments

No comments written yet.

Please login to write comment.