Color Hex Logo

#73ddda Color Hex

#73DDDA
(115,221,218)
0 Favorites   0 Comments

Color spaces of #73ddda

RGB 115221218
HSL0.500.610.66
HSV178°48°87°
CMYK 0.480.000.01   0.13
XYZ45.581660.419775.5894
Yxy60.41970.25100.3327
Hunter Lab77.7301-31.3538-3.2461
CIE-Lab82.0658-31.3278-8.0122

#73ddda color RGB value is (115,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011101 11011010
Octal 163 335 332
Decimal 115 221 218
Hex 73 DD DA

RGB Percentages of Color #73ddda

%20.76
%39.89
%39.35

CMYK Percentages of Color #73ddda

%48
%0
%1
%13

Triadic Colors of #73ddda

#73ddda #da73dd #ddda73

Analogous Colors of #73ddda

#73ddda #73abdd #73dda5

Monochromatic Colors of #73ddda

#73ddda

Complementary Color

#73ddda #dd7376

#73ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#73ddda Color CSS Codes

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

#73ddda Text Font Color

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

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


#73ddda Background Color

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

This div background color is #73ddda


#73ddda Border Color

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

This div border color is #73ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73ddda


Comments

No comments written yet.

Please login to write comment.