Color Hex Logo

#73cfec Color Hex

#73CFEC
(115,207,236)
0 Favorites   0 Comments

Color spaces of #73cfec

RGB 115207236
HSL0.540.760.69
HSV194°51°93°
CMYK 0.510.120.00   0.07
XYZ44.523454.326687.4963
Yxy54.32660.23890.2915
Hunter Lab73.7066-21.1613-18.7879
CIE-Lab78.6518-19.6646-22.7474

#73cfec color RGB value is (115,207,236).

#73cfec hex color red value is 115, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #73cfec hue: 0.54 , saturation: 0.76 and the lightness value of 73cfec is 0.69.

The process color (four color CMYK) of #73cfec color hex is 0.51, 0.12, 0.00, 0.07. Web safe color of #73cfec is #66ccff. Color #73cfec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11001111 11101100
Octal 163 317 354
Decimal 115 207 236
Hex 73 CF EC

RGB Percentages of Color #73cfec

%20.61
%37.10
%42.29

CMYK Percentages of Color #73cfec

%51
%12
%0
%7

Triadic Colors of #73cfec

#73cfec #ec73cf #cfec73

Analogous Colors of #73cfec

#73cfec #7393ec #73eccd

Monochromatic Colors of #73cfec

#73cfec

Complementary Color

#73cfec #ec9073

#73cfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73cfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#73cfec Color CSS Codes

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

#73cfec Text Font Color

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

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


#73cfec Background Color

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

This div background color is #73cfec


#73cfec Border Color

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

This div border color is #73cfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73cfec


Comments

No comments written yet.

Please login to write comment.