Color Hex Logo

#73ebff Color Hex

#73EBFF
(115,235,255)
0 Favorites   0 Comments

Color spaces of #73ebff

RGB 115235255
HSL0.521.000.73
HSV189°55°100°
CMYK 0.550.080.00   0.00
XYZ54.828670.2815105.2837
Yxy70.28150.23800.3050
Hunter Lab83.8341-29.9682-15.7760
CIE-Lab87.1347-28.3231-19.9530

#73ebff color RGB value is (115,235,255).

#73ebff hex color red value is 115, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #73ebff hue: 0.52 , saturation: 1.00 and the lightness value of 73ebff is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101011 11111111
Octal 163 353 377
Decimal 115 235 255
Hex 73 EB FF

RGB Percentages of Color #73ebff

%19.01
%38.84
%42.15

CMYK Percentages of Color #73ebff

%55
%8
%0
%0

Triadic Colors of #73ebff

#73ebff #ff73eb #ebff73

Analogous Colors of #73ebff

#73ebff #73a5ff #73ffcd

Monochromatic Colors of #73ebff

#73ebff

Complementary Color

#73ebff #ff8773

#73ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#73ebff Color CSS Codes

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

#73ebff Text Font Color

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

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


#73ebff Background Color

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

This div background color is #73ebff


#73ebff Border Color

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

This div border color is #73ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73ebff


Comments

No comments written yet.

Please login to write comment.