Color Hex Logo

#73aeba Color Hex

#73AEBA
(115,174,186)
0 Favorites   0 Comments

Color spaces of #73aeba

RGB 115174186
HSL0.530.340.59
HSV190°38°73°
CMYK 0.380.060.00   0.27
XYZ31.069237.462152.0478
Yxy37.46210.25770.3107
Hunter Lab61.2063-16.5018-7.5738
CIE-Lab67.6223-16.0112-12.2023

#73aeba color RGB value is (115,174,186).

#73aeba hex color red value is 115, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #73aeba hue: 0.53 , saturation: 0.34 and the lightness value of 73aeba is 0.59.

The process color (four color CMYK) of #73aeba color hex is 0.38, 0.06, 0.00, 0.27. Web safe color of #73aeba is #6699cc. Color #73aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101110 10111010
Octal 163 256 272
Decimal 115 174 186
Hex 73 AE BA

RGB Percentages of Color #73aeba

%24.21
%36.63
%39.16

CMYK Percentages of Color #73aeba

%38
%6
%0
%27

Triadic Colors of #73aeba

#73aeba #ba73ae #aeba73

Analogous Colors of #73aeba

#73aeba #738bba #73baa3

Monochromatic Colors of #73aeba

#73aeba

Complementary Color

#73aeba #ba7f73

#73aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aeba Color CSS Codes

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

#73aeba Text Font Color

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

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


#73aeba Background Color

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

This div background color is #73aeba


#73aeba Border Color

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

This div border color is #73aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aeba


Comments

No comments written yet.

Please login to write comment.