Color Hex Logo

#73caaf Color Hex

#73CAAF
(115,202,175)
0 Favorites   0 Comments

Color spaces of #73caaf

RGB 115202175
HSL0.450.450.62
HSV161°43°79°
CMYK 0.430.000.13   0.21
XYZ35.928648.981048.1181
Yxy48.98100.27010.3682
Hunter Lab69.9864-30.84058.2266
CIE-Lab75.4395-32.61175.3147

#73caaf color RGB value is (115,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001010 10101111
Octal 163 312 257
Decimal 115 202 175
Hex 73 CA AF

RGB Percentages of Color #73caaf

%23.37
%41.06
%35.57

CMYK Percentages of Color #73caaf

%43
%0
%13
%21

Triadic Colors of #73caaf

#73caaf #af73ca #caaf73

Analogous Colors of #73caaf

#73caaf #73baca #73ca84

Monochromatic Colors of #73caaf

#73caaf

Complementary Color

#73caaf #ca738e

#73caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73caaf Color CSS Codes

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

#73caaf Text Font Color

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

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


#73caaf Background Color

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

This div background color is #73caaf


#73caaf Border Color

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

This div border color is #73caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73caaf


Comments

No comments written yet.

Please login to write comment.