Color Hex Logo

#73cabd Color Hex

#73CABD
(115,202,189)
0 Favorites   0 Comments

Color spaces of #73cabd

RGB 115202189
HSL0.480.450.62
HSV171°43°79°
CMYK 0.430.000.06   0.21
XYZ37.376149.560055.7402
Yxy49.56000.26200.3474
Hunter Lab70.3989-28.42902.3347
CIE-Lab75.7984-29.3673-1.7194

#73cabd color RGB value is (115,202,189).

#73cabd hex color red value is 115, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #73cabd hue: 0.48 , saturation: 0.45 and the lightness value of 73cabd is 0.62.

The process color (four color CMYK) of #73cabd color hex is 0.43, 0.00, 0.06, 0.21. Web safe color of #73cabd is #66cccc. Color #73cabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001010 10111101
Octal 163 312 275
Decimal 115 202 189
Hex 73 CA BD

RGB Percentages of Color #73cabd

%22.73
%39.92
%37.35

CMYK Percentages of Color #73cabd

%43
%0
%6
%21

Triadic Colors of #73cabd

#73cabd #bd73ca #cabd73

Analogous Colors of #73cabd

#73cabd #73acca #73ca92

Monochromatic Colors of #73cabd

#73cabd

Complementary Color

#73cabd #ca7380

#73cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cabd Color CSS Codes

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

#73cabd Text Font Color

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

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


#73cabd Background Color

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

This div background color is #73cabd


#73cabd Border Color

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

This div border color is #73cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cabd


Comments

No comments written yet.

Please login to write comment.