Color Hex Logo

#73eadc Color Hex

#73EADC
(115,234,220)
0 Favorites   0 Comments

Color spaces of #73eadc

RGB 115234220
HSL0.480.740.68
HSV173°51°92°
CMYK 0.510.000.06   0.08
XYZ49.411367.657878.1652
Yxy67.65780.25310.3465
Hunter Lab82.2544-36.71781.2356
CIE-Lab85.8350-36.9072-3.5026

#73eadc color RGB value is (115,234,220).

#73eadc hex color red value is 115, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #73eadc hue: 0.48 , saturation: 0.74 and the lightness value of 73eadc is 0.68.

The process color (four color CMYK) of #73eadc color hex is 0.51, 0.00, 0.06, 0.08. Web safe color of #73eadc is #66ffcc. Color #73eadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101010 11011100
Octal 163 352 334
Decimal 115 234 220
Hex 73 EA DC

RGB Percentages of Color #73eadc

%20.21
%41.12
%38.66

CMYK Percentages of Color #73eadc

%51
%0
%6
%8

Triadic Colors of #73eadc

#73eadc #dc73ea #eadc73

Analogous Colors of #73eadc

#73eadc #73bdea #73eaa1

Monochromatic Colors of #73eadc

#73eadc

Complementary Color

#73eadc #ea7381

#73eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73eadc Color CSS Codes

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

#73eadc Text Font Color

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

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


#73eadc Background Color

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

This div background color is #73eadc


#73eadc Border Color

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

This div border color is #73eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73eadc


Comments

No comments written yet.

Please login to write comment.