Color Hex Logo

#73ceab Color Hex

#73CEAB
(115,206,171)
0 Favorites   0 Comments

Color spaces of #73ceab

RGB 115206171
HSL0.440.480.63
HSV157°44°81°
CMYK 0.440.000.17   0.19
XYZ36.492250.727746.3962
Yxy50.72770.27310.3797
Hunter Lab71.2234-33.184211.2338
CIE-Lab76.5138-35.36159.0062

#73ceab color RGB value is (115,206,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001110 10101011
Octal 163 316 253
Decimal 115 206 171
Hex 73 CE AB

RGB Percentages of Color #73ceab

%23.37
%41.87
%34.76

CMYK Percentages of Color #73ceab

%44
%0
%17
%19

Triadic Colors of #73ceab

#73ceab #ab73ce #ceab73

Analogous Colors of #73ceab

#73ceab #73c4ce #73ce7e

Monochromatic Colors of #73ceab

#73ceab

Complementary Color

#73ceab #ce7396

#73ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#73ceab Color CSS Codes

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

#73ceab Text Font Color

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

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


#73ceab Background Color

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

This div background color is #73ceab


#73ceab Border Color

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

This div border color is #73ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73ceab


Comments

No comments written yet.

Please login to write comment.