Color Hex Logo

#73dfda Color Hex

#73DFDA
(115,223,218)
0 Favorites   0 Comments

Color spaces of #73dfda

RGB 115223218
HSL0.490.630.66
HSV177°48°87°
CMYK 0.480.000.02   0.13
XYZ46.112861.482175.7665
Yxy61.48210.25150.3353
Hunter Lab78.4105-32.2435-2.4034
CIE-Lab82.6372-32.2765-7.1652

#73dfda color RGB value is (115,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11011111 11011010
Octal 163 337 332
Decimal 115 223 218
Hex 73 DF DA

RGB Percentages of Color #73dfda

%20.68
%40.11
%39.21

CMYK Percentages of Color #73dfda

%48
%0
%2
%13

Triadic Colors of #73dfda

#73dfda #da73df #dfda73

Analogous Colors of #73dfda

#73dfda #73aedf #73dfa4

Monochromatic Colors of #73dfda

#73dfda

Complementary Color

#73dfda #df7378

#73dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#73dfda Color CSS Codes

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

#73dfda Text Font Color

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

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


#73dfda Background Color

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

This div background color is #73dfda


#73dfda Border Color

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

This div border color is #73dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73dfda


Comments

No comments written yet.

Please login to write comment.