Color Hex Logo

#73aeca Color Hex

#73AECA
(115,174,202)
0 Favorites   0 Comments

Color spaces of #73aeca

RGB 115174202
HSL0.550.450.62
HSV199°43°79°
CMYK 0.430.140.00   0.21
XYZ32.867038.181261.5146
Yxy38.18120.24790.2880
Hunter Lab61.7909-13.1888-15.7712
CIE-Lab68.1540-11.7836-20.2437

#73aeca color RGB value is (115,174,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101110 11001010
Octal 163 256 312
Decimal 115 174 202
Hex 73 AE CA

RGB Percentages of Color #73aeca

%23.42
%35.44
%41.14

CMYK Percentages of Color #73aeca

%43
%14
%0
%21

Triadic Colors of #73aeca

#73aeca #ca73ae #aeca73

Analogous Colors of #73aeca

#73aeca #7383ca #73cabb

Monochromatic Colors of #73aeca

#73aeca

Complementary Color

#73aeca #ca8f73

#73aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aeca Color CSS Codes

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

#73aeca Text Font Color

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

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


#73aeca Background Color

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

This div background color is #73aeca


#73aeca Border Color

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

This div border color is #73aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aeca


Comments

No comments written yet.

Please login to write comment.