Color Hex Logo

#73ebef Color Hex

#73EBEF
(115,235,239)
0 Favorites   0 Comments

Color spaces of #73ebef

RGB 115235239
HSL0.510.790.69
HSV182°52°94°
CMYK 0.520.020.00   0.06
XYZ52.358569.293592.2768
Yxy69.29350.24470.3239
Hunter Lab83.2427-33.4008-7.4547
CIE-Lab86.6492-32.5769-12.2853

#73ebef color RGB value is (115,235,239).

#73ebef hex color red value is 115, green value is 235 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #73ebef hue: 0.51 , saturation: 0.79 and the lightness value of 73ebef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101011 11101111
Octal 163 353 357
Decimal 115 235 239
Hex 73 EB EF

RGB Percentages of Color #73ebef

%19.52
%39.90
%40.58

CMYK Percentages of Color #73ebef

%52
%2
%0
%6

Triadic Colors of #73ebef

#73ebef #ef73eb #ebef73

Analogous Colors of #73ebef

#73ebef #73adef #73efb5

Monochromatic Colors of #73ebef

#73ebef

Complementary Color

#73ebef #ef7773

#73ebef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73ebef Color Preview on White Background

Lorem ipsum dolor sit amet.

#73ebef Color CSS Codes

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

#73ebef Text Font Color

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

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


#73ebef Background Color

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

This div background color is #73ebef


#73ebef Border Color

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

This div border color is #73ebef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73ebef


Comments

No comments written yet.

Please login to write comment.