Color Hex Logo

#73aebf Color Hex

#73AEBF
(115,174,191)
0 Favorites   0 Comments

Color spaces of #73aebf

RGB 115174191
HSL0.540.370.60
HSV193°40°75°
CMYK 0.400.090.00   0.25
XYZ31.610337.678554.8969
Yxy37.67850.25450.3034
Hunter Lab61.3828-15.4978-10.0572
CIE-Lab67.7830-14.7159-14.7281

#73aebf color RGB value is (115,174,191).

#73aebf hex color red value is 115, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #73aebf hue: 0.54 , saturation: 0.37 and the lightness value of 73aebf is 0.60.

The process color (four color CMYK) of #73aebf color hex is 0.40, 0.09, 0.00, 0.25. Web safe color of #73aebf is #6699cc. Color #73aebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101110 10111111
Octal 163 256 277
Decimal 115 174 191
Hex 73 AE BF

RGB Percentages of Color #73aebf

%23.96
%36.25
%39.79

CMYK Percentages of Color #73aebf

%40
%9
%0
%25

Triadic Colors of #73aebf

#73aebf #bf73ae #aebf73

Analogous Colors of #73aebf

#73aebf #7388bf #73bfaa

Monochromatic Colors of #73aebf

#73aebf

Complementary Color

#73aebf #bf8473

#73aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aebf Color CSS Codes

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

#73aebf Text Font Color

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

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


#73aebf Background Color

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

This div background color is #73aebf


#73aebf Border Color

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

This div border color is #73aebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aebf


Comments

No comments written yet.

Please login to write comment.