Color Hex Logo

#73cbba Color Hex

#73CBBA
(115,203,186)
0 Favorites   0 Comments

Color spaces of #73cbba

RGB 115203186
HSL0.470.460.62
HSV168°43°80°
CMYK 0.430.000.08   0.20
XYZ37.289149.901954.1211
Yxy49.90190.26390.3531
Hunter Lab70.6413-29.39824.0245
CIE-Lab76.0090-30.55960.2081

#73cbba color RGB value is (115,203,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001011 10111010
Octal 163 313 272
Decimal 115 203 186
Hex 73 CB BA

RGB Percentages of Color #73cbba

%22.82
%40.28
%36.90

CMYK Percentages of Color #73cbba

%43
%0
%8
%20

Triadic Colors of #73cbba

#73cbba #ba73cb #cbba73

Analogous Colors of #73cbba

#73cbba #73b0cb #73cb8e

Monochromatic Colors of #73cbba

#73cbba

Complementary Color

#73cbba #cb7384

#73cbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cbba Color CSS Codes

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

#73cbba Text Font Color

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

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


#73cbba Background Color

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

This div background color is #73cbba


#73cbba Border Color

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

This div border color is #73cbba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,203,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 #73cbba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cbba


Comments

No comments written yet.

Please login to write comment.