Color Hex Logo

#73aecb Color Hex

#73AECB
(115,174,203)
0 Favorites   0 Comments

Color spaces of #73aecb

RGB 115174203
HSL0.550.460.62
HSV200°43°80°
CMYK 0.430.140.00   0.20
XYZ32.985838.228762.1403
Yxy38.22870.24740.2867
Hunter Lab61.8294-12.9721-16.3076
CIE-Lab68.1888-11.5117-20.7423

#73aecb color RGB value is (115,174,203).

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

The process color (four color CMYK) of #73aecb color hex is 0.43, 0.14, 0.00, 0.20. Web safe color of #73aecb is #6699cc. Color #73aecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101110 11001011
Octal 163 256 313
Decimal 115 174 203
Hex 73 AE CB

RGB Percentages of Color #73aecb

%23.37
%35.37
%41.26

CMYK Percentages of Color #73aecb

%43
%14
%0
%20

Triadic Colors of #73aecb

#73aecb #cb73ae #aecb73

Analogous Colors of #73aecb

#73aecb #7382cb #73cbbc

Monochromatic Colors of #73aecb

#73aecb

Complementary Color

#73aecb #cb9073

#73aecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aecb Color CSS Codes

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

#73aecb Text Font Color

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

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


#73aecb Background Color

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

This div background color is #73aecb


#73aecb Border Color

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

This div border color is #73aecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aecb


Comments

No comments written yet.

Please login to write comment.