Color Hex Logo

#73cead Color Hex

#73CEAD
(115,206,173)
0 Favorites   0 Comments

Color spaces of #73cead

RGB 115206173
HSL0.440.480.63
HSV158°44°81°
CMYK 0.440.000.16   0.19
XYZ36.684450.804647.4080
Yxy50.80460.27190.3766
Hunter Lab71.2773-32.866510.4592
CIE-Lab76.5605-34.92618.0006

#73cead color RGB value is (115,206,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001110 10101101
Octal 163 316 255
Decimal 115 206 173
Hex 73 CE AD

RGB Percentages of Color #73cead

%23.28
%41.70
%35.02

CMYK Percentages of Color #73cead

%44
%0
%16
%19

Triadic Colors of #73cead

#73cead #ad73ce #cead73

Analogous Colors of #73cead

#73cead #73c2ce #73ce80

Monochromatic Colors of #73cead

#73cead

Complementary Color

#73cead #ce7394

#73cead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cead Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cead Color CSS Codes

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

#73cead Text Font Color

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

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


#73cead Background Color

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

This div background color is #73cead


#73cead Border Color

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

This div border color is #73cead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cead


Comments

No comments written yet.

Please login to write comment.