Color Hex Logo

#73caba Color Hex

#73CABA
(115,202,186)
0 Favorites   0 Comments

Color spaces of #73caba

RGB 115202186
HSL0.470.450.62
HSV169°43°79°
CMYK 0.430.000.08   0.21
XYZ37.053749.431154.0426
Yxy49.43110.26370.3518
Hunter Lab70.3073-28.96373.6410
CIE-Lab75.7187-30.0803-0.2157

#73caba color RGB value is (115,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001010 10111010
Octal 163 312 272
Decimal 115 202 186
Hex 73 CA BA

RGB Percentages of Color #73caba

%22.86
%40.16
%36.98

CMYK Percentages of Color #73caba

%43
%0
%8
%21

Triadic Colors of #73caba

#73caba #ba73ca #caba73

Analogous Colors of #73caba

#73caba #73afca #73ca8f

Monochromatic Colors of #73caba

#73caba

Complementary Color

#73caba #ca7383

#73caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#73caba Color CSS Codes

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

#73caba Text Font Color

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

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


#73caba Background Color

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

This div background color is #73caba


#73caba Border Color

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

This div border color is #73caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73caba


Comments

No comments written yet.

Please login to write comment.