Color Hex Logo

#73ebfe Color Hex

#73EBFE
(115,235,254)
0 Favorites   0 Comments

Color spaces of #73ebfe

RGB 115235254
HSL0.520.990.72
HSV188°55°100°
CMYK 0.550.070.00   0.00
XYZ54.668070.2173104.4379
Yxy70.21730.23840.3062
Hunter Lab83.7958-30.1899-15.2384
CIE-Lab87.1033-28.5945-19.4761

#73ebfe color RGB value is (115,235,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101011 11111110
Octal 163 353 376
Decimal 115 235 254
Hex 73 EB FE

RGB Percentages of Color #73ebfe

%19.04
%38.91
%42.05

CMYK Percentages of Color #73ebfe

%55
%7
%0
%0

Triadic Colors of #73ebfe

#73ebfe #fe73eb #ebfe73

Analogous Colors of #73ebfe

#73ebfe #73a6fe #73fecc

Monochromatic Colors of #73ebfe

#73ebfe

Complementary Color

#73ebfe #fe8673

#73ebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73ebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#73ebfe Color CSS Codes

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

#73ebfe Text Font Color

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

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


#73ebfe Background Color

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

This div background color is #73ebfe


#73ebfe Border Color

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

This div border color is #73ebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73ebfe


Comments

No comments written yet.

Please login to write comment.