Color Hex Logo

#73eefd Color Hex

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

Color spaces of #73eefd

RGB 115238253
HSL0.520.970.72
HSV187°55°99°
CMYK 0.550.060.00   0.01
XYZ55.374471.8858103.8853
Yxy71.88580.23960.3110
Hunter Lab84.7855-31.7942-13.2965
CIE-Lab87.9136-30.3037-17.7306

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

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

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

Base Numbers

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

RGB Percentages of Color #73eefd

%18.98
%39.27
%41.75

CMYK Percentages of Color #73eefd

%55
%6
%0
%1

Triadic Colors of #73eefd

#73eefd #fd73ee #eefd73

Analogous Colors of #73eefd

#73eefd #73a9fd #73fdc7

Monochromatic Colors of #73eefd

#73eefd

Complementary Color

#73eefd #fd8273

#73eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73eefd Color CSS Codes

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

#73eefd Text Font Color

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

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


#73eefd Background Color

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

This div background color is #73eefd


#73eefd Border Color

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

This div border color is #73eefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73eefd

Related Colors


Comments

No comments written yet.

Please login to write comment.