Color Hex Logo

#73ceac Color Hex

#73CEAC
(115,206,172)
0 Favorites   0 Comments

Color spaces of #73ceac

RGB 115206172
HSL0.440.480.63
HSV158°44°81°
CMYK 0.440.000.17   0.19
XYZ36.587950.766046.9002
Yxy50.76600.27250.3781
Hunter Lab71.2503-33.026010.8478
CIE-Lab76.5370-35.14458.5033

#73ceac color RGB value is (115,206,172).

#73ceac hex color red value is 115, green value is 206 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #73ceac hue: 0.44 , saturation: 0.48 and the lightness value of 73ceac is 0.63.

The process color (four color CMYK) of #73ceac color hex is 0.44, 0.00, 0.17, 0.19. Web safe color of #73ceac is #66cc99. Color #73ceac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001110 10101100
Octal 163 316 254
Decimal 115 206 172
Hex 73 CE AC

RGB Percentages of Color #73ceac

%23.33
%41.78
%34.89

CMYK Percentages of Color #73ceac

%44
%0
%17
%19

Triadic Colors of #73ceac

#73ceac #ac73ce #ceac73

Analogous Colors of #73ceac

#73ceac #73c3ce #73ce7f

Monochromatic Colors of #73ceac

#73ceac

Complementary Color

#73ceac #ce7395

#73ceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73ceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#73ceac Color CSS Codes

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

#73ceac Text Font Color

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

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


#73ceac Background Color

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

This div background color is #73ceac


#73ceac Border Color

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

This div border color is #73ceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73ceac


Comments

No comments written yet.

Please login to write comment.