Color Hex Logo

#73d5e1 Color Hex

#73D5E1
(115,213,225)
0 Favorites   0 Comments

Color spaces of #73d5e1

RGB 115213225
HSL0.520.650.67
HSV187°49°88°
CMYK 0.490.050.00   0.12
XYZ44.455156.669679.8295
Yxy56.66960.24570.3132
Hunter Lab75.2792-26.3279-10.1784
CIE-Lab79.9934-25.6461-14.8365

#73d5e1 color RGB value is (115,213,225).

#73d5e1 hex color red value is 115, green value is 213 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #73d5e1 hue: 0.52 , saturation: 0.65 and the lightness value of 73d5e1 is 0.67.

The process color (four color CMYK) of #73d5e1 color hex is 0.49, 0.05, 0.00, 0.12. Web safe color of #73d5e1 is #66cccc. Color #73d5e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11010101 11100001
Octal 163 325 341
Decimal 115 213 225
Hex 73 D5 E1

RGB Percentages of Color #73d5e1

%20.80
%38.52
%40.69

CMYK Percentages of Color #73d5e1

%49
%5
%0
%12

Triadic Colors of #73d5e1

#73d5e1 #e173d5 #d5e173

Analogous Colors of #73d5e1

#73d5e1 #739ee1 #73e1b6

Monochromatic Colors of #73d5e1

#73d5e1

Complementary Color

#73d5e1 #e17f73

#73d5e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73d5e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73d5e1 Color CSS Codes

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

#73d5e1 Text Font Color

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

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


#73d5e1 Background Color

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

This div background color is #73d5e1


#73d5e1 Border Color

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

This div border color is #73d5e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73d5e1

#73d5e1 Color Palettes


Comments

No comments written yet.

Please login to write comment.