Color Hex Logo

#73daeb Color Hex

#73DAEB
(115,218,235)
0 Favorites   0 Comments

Color spaces of #73daeb

RGB 115218235
HSL0.520.750.69
HSV189°51°92°
CMYK 0.510.070.00   0.08
XYZ47.137059.785887.6527
Yxy59.78580.24230.3073
Hunter Lab77.3213-26.4941-13.0872
CIE-Lab81.7216-25.4424-17.5653

#73daeb color RGB value is (115,218,235).

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

The process color (four color CMYK) of #73daeb color hex is 0.51, 0.07, 0.00, 0.08. Web safe color of #73daeb is #66ccff. Color #73daeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011010 11101011
Octal 163 332 353
Decimal 115 218 235
Hex 73 DA EB

RGB Percentages of Color #73daeb

%20.25
%38.38
%41.37

CMYK Percentages of Color #73daeb

%51
%7
%0
%8

Triadic Colors of #73daeb

#73daeb #eb73da #daeb73

Analogous Colors of #73daeb

#73daeb #739eeb #73ebc0

Monochromatic Colors of #73daeb

#73daeb

Complementary Color

#73daeb #eb8473

#73daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73daeb Color CSS Codes

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

#73daeb Text Font Color

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

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


#73daeb Background Color

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

This div background color is #73daeb


#73daeb Border Color

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

This div border color is #73daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73daeb


Comments

No comments written yet.

Please login to write comment.