Color Hex Logo

#73ccde Color Hex

#73CCDE
(115,204,222)
0 Favorites   0 Comments

Color spaces of #73ccde

RGB 115204222
HSL0.530.620.66
HSV190°48°87°
CMYK 0.480.080.00   0.13
XYZ41.847952.104576.9588
Yxy52.10450.24490.3049
Hunter Lab72.1834-22.8368-12.6840
CIE-Lab77.3433-21.9640-17.2175

#73ccde color RGB value is (115,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001100 11011110
Octal 163 314 336
Decimal 115 204 222
Hex 73 CC DE

RGB Percentages of Color #73ccde

%21.26
%37.71
%41.04

CMYK Percentages of Color #73ccde

%48
%8
%0
%13

Triadic Colors of #73ccde

#73ccde #de73cc #ccde73

Analogous Colors of #73ccde

#73ccde #7397de #73debb

Monochromatic Colors of #73ccde

#73ccde

Complementary Color

#73ccde #de8573

#73ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#73ccde Color CSS Codes

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

#73ccde Text Font Color

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

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


#73ccde Background Color

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

This div background color is #73ccde


#73ccde Border Color

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

This div border color is #73ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73ccde


Comments

No comments written yet.

Please login to write comment.