Color Hex Logo

#73dfeb Color Hex

#73DFEB
(115,223,235)
0 Favorites   0 Comments

Color spaces of #73dfeb

RGB 115223235
HSL0.520.750.69
HSV186°51°92°
CMYK 0.510.050.00   0.08
XYZ48.453362.418388.0915
Yxy62.41830.24350.3137
Hunter Lab79.0053-28.7865-10.8052
CIE-Lab83.1354-27.8859-15.4378

#73dfeb color RGB value is (115,223,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011111 11101011
Octal 163 337 353
Decimal 115 223 235
Hex 73 DF EB

RGB Percentages of Color #73dfeb

%20.07
%38.92
%41.01

CMYK Percentages of Color #73dfeb

%51
%5
%0
%8

Triadic Colors of #73dfeb

#73dfeb #eb73df #dfeb73

Analogous Colors of #73dfeb

#73dfeb #73a3eb #73ebbb

Monochromatic Colors of #73dfeb

#73dfeb

Complementary Color

#73dfeb #eb7f73

#73dfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73dfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73dfeb Color CSS Codes

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

#73dfeb Text Font Color

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

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


#73dfeb Background Color

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

This div background color is #73dfeb


#73dfeb Border Color

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

This div border color is #73dfeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,223,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 #73dfeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73dfeb


Comments

No comments written yet.

Please login to write comment.