Color Hex Logo

#73fedc Color Hex

#73FEDC
(115,254,220)
0 Favorites   0 Comments

Color spaces of #73fedc

RGB 115254220
HSL0.460.990.72
HSV165°55°100°
CMYK 0.550.000.13   0.00
XYZ55.430379.695880.1715
Yxy79.69580.25750.3702
Hunter Lab89.2725-45.39429.2452
CIE-Lab91.5482-45.82964.8284

#73fedc color RGB value is (115,254,220).

#73fedc hex color red value is 115, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #73fedc hue: 0.46 , saturation: 0.99 and the lightness value of 73fedc is 0.72.

The process color (four color CMYK) of #73fedc color hex is 0.55, 0.00, 0.13, 0.00. Web safe color of #73fedc is #66ffcc. Color #73fedc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111110 11011100
Octal 163 376 334
Decimal 115 254 220
Hex 73 FE DC

RGB Percentages of Color #73fedc

%19.52
%43.12
%37.35

CMYK Percentages of Color #73fedc

%55
%0
%13
%0

Triadic Colors of #73fedc

#73fedc #dc73fe #fedc73

Analogous Colors of #73fedc

#73fedc #73dbfe #73fe97

Monochromatic Colors of #73fedc

#73fedc

Complementary Color

#73fedc #fe7395

#73fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73fedc Color CSS Codes

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

#73fedc Text Font Color

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

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


#73fedc Background Color

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

This div background color is #73fedc


#73fedc Border Color

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

This div border color is #73fedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,254,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 #73fedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73fedc

Related Colors


Comments

No comments written yet.

Please login to write comment.