Color Hex Logo

#73ddcc Color Hex

#73DDCC
(115,221,204)
0 Favorites   0 Comments

Color spaces of #73ddcc

RGB 115221204
HSL0.470.610.66
HSV170°48°87°
CMYK 0.480.000.08   0.13
XYZ43.825859.717466.3435
Yxy59.71740.25800.3515
Hunter Lab77.2770-34.00293.1926
CIE-Lab81.6843-34.7747-1.1333

#73ddcc color RGB value is (115,221,204).

#73ddcc hex color red value is 115, green value is 221 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #73ddcc hue: 0.47 , saturation: 0.61 and the lightness value of 73ddcc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011101 11001100
Octal 163 335 314
Decimal 115 221 204
Hex 73 DD CC

RGB Percentages of Color #73ddcc

%21.30
%40.93
%37.78

CMYK Percentages of Color #73ddcc

%48
%0
%8
%13

Triadic Colors of #73ddcc

#73ddcc #cc73dd #ddcc73

Analogous Colors of #73ddcc

#73ddcc #73b9dd #73dd97

Monochromatic Colors of #73ddcc

#73ddcc

Complementary Color

#73ddcc #dd7384

#73ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73ddcc Color CSS Codes

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

#73ddcc Text Font Color

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

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


#73ddcc Background Color

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

This div background color is #73ddcc


#73ddcc Border Color

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

This div border color is #73ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73ddcc


Comments

No comments written yet.

Please login to write comment.