Color Hex Logo

#73cfdd Color Hex

#73CFDD
(115,207,221)
0 Favorites   0 Comments

Color spaces of #73cfdd

RGB 115207221
HSL0.520.610.66
HSV188°48°87°
CMYK 0.480.060.00   0.13
XYZ42.434253.490976.4949
Yxy53.49090.24610.3102
Hunter Lab73.1375-24.4253-10.8155
CIE-Lab78.1639-23.7332-15.4439

#73cfdd color RGB value is (115,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001111 11011101
Octal 163 317 335
Decimal 115 207 221
Hex 73 CF DD

RGB Percentages of Color #73cfdd

%21.18
%38.12
%40.70

CMYK Percentages of Color #73cfdd

%48
%6
%0
%13

Triadic Colors of #73cfdd

#73cfdd #dd73cf #cfdd73

Analogous Colors of #73cfdd

#73cfdd #739add #73ddb6

Monochromatic Colors of #73cfdd

#73cfdd

Complementary Color

#73cfdd #dd8173

#73cfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cfdd Color CSS Codes

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

#73cfdd Text Font Color

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

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


#73cfdd Background Color

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

This div background color is #73cfdd


#73cfdd Border Color

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

This div border color is #73cfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cfdd


Comments

No comments written yet.

Please login to write comment.