Color Hex Logo

#73cada Color Hex

#73CADA
(115,202,218)
0 Favorites   0 Comments

Color spaces of #73cada

RGB 115202218
HSL0.530.580.65
HSV189°47°85°
CMYK 0.470.070.00   0.15
XYZ40.845650.947974.0108
Yxy50.94790.24630.3073
Hunter Lab71.3778-22.7654-11.5126
CIE-Lab76.6474-22.0261-16.1128

#73cada color RGB value is (115,202,218).

#73cada hex color red value is 115, green value is 202 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #73cada hue: 0.53 , saturation: 0.58 and the lightness value of 73cada is 0.65.

The process color (four color CMYK) of #73cada color hex is 0.47, 0.07, 0.00, 0.15. Web safe color of #73cada is #66cccc. Color #73cada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001010 11011010
Octal 163 312 332
Decimal 115 202 218
Hex 73 CA DA

RGB Percentages of Color #73cada

%21.50
%37.76
%40.75

CMYK Percentages of Color #73cada

%47
%7
%0
%15

Triadic Colors of #73cada

#73cada #da73ca #cada73

Analogous Colors of #73cada

#73cada #7397da #73dab7

Monochromatic Colors of #73cada

#73cada

Complementary Color

#73cada #da8373

#73cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cada Color CSS Codes

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

#73cada Text Font Color

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

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


#73cada Background Color

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

This div background color is #73cada


#73cada Border Color

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

This div border color is #73cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cada


Comments

No comments written yet.

Please login to write comment.