Color Hex Logo

#73fdee Color Hex

#73FDEE
(115,253,238)
0 Favorites   0 Comments

Color spaces of #73fdee

RGB 115253238
HSL0.480.970.72
HSV173°55°99°
CMYK 0.550.000.06   0.01
XYZ57.628180.068493.3064
Yxy80.06840.24950.3466
Hunter Lab89.4809-41.63290.8119
CIE-Lab91.7155-41.1012-4.2515

#73fdee color RGB value is (115,253,238).

#73fdee hex color red value is 115, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #73fdee hue: 0.48 , saturation: 0.97 and the lightness value of 73fdee is 0.72.

The process color (four color CMYK) of #73fdee color hex is 0.55, 0.00, 0.06, 0.01. Web safe color of #73fdee is #66ffff. Color #73fdee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111101 11101110
Octal 163 375 356
Decimal 115 253 238
Hex 73 FD EE

RGB Percentages of Color #73fdee

%18.98
%41.75
%39.27

CMYK Percentages of Color #73fdee

%55
%0
%6
%1

Triadic Colors of #73fdee

#73fdee #ee73fd #fdee73

Analogous Colors of #73fdee

#73fdee #73c7fd #73fda9

Monochromatic Colors of #73fdee

#73fdee

Complementary Color

#73fdee #fd7382

#73fdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73fdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#73fdee Color CSS Codes

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

#73fdee Text Font Color

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

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


#73fdee Background Color

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

This div background color is #73fdee


#73fdee Border Color

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

This div border color is #73fdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73fdee


Comments

No comments written yet.

Please login to write comment.