Color Hex Logo

#73deac Color Hex

#73DEAC
(115,222,172)
0 Favorites   0 Comments

Color spaces of #73deac

RGB 115222172
HSL0.420.620.66
HSV152°48°87°
CMYK 0.480.000.23   0.13
XYZ40.637958.865948.2501
Yxy58.86590.27500.3984
Hunter Lab76.7241-39.722416.4207
CIE-Lab81.2178-42.366715.1382

#73deac color RGB value is (115,222,172).

#73deac hex color red value is 115, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #73deac hue: 0.42 , saturation: 0.62 and the lightness value of 73deac is 0.66.

The process color (four color CMYK) of #73deac color hex is 0.48, 0.00, 0.23, 0.13. Web safe color of #73deac is #66cc99. Color #73deac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011110 10101100
Octal 163 336 254
Decimal 115 222 172
Hex 73 DE AC

RGB Percentages of Color #73deac

%22.59
%43.61
%33.79

CMYK Percentages of Color #73deac

%48
%0
%23
%13

Triadic Colors of #73deac

#73deac #ac73de #deac73

Analogous Colors of #73deac

#73deac #73dbde #73de77

Monochromatic Colors of #73deac

#73deac

Complementary Color

#73deac #de73a5

#73deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#73deac Color CSS Codes

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

#73deac Text Font Color

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

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


#73deac Background Color

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

This div background color is #73deac


#73deac Border Color

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

This div border color is #73deac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73deac


Comments

No comments written yet.

Please login to write comment.