Color Hex Logo

#73bdcc Color Hex

#73BDCC
(115,189,204)
0 Favorites   0 Comments

Color spaces of #73bdcc

RGB 115189204
HSL0.530.470.63
HSV190°44°80°
CMYK 0.440.070.00   0.20
XYZ36.166944.399763.7905
Yxy44.39970.25050.3076
Hunter Lab66.6331-19.7223-10.1175
CIE-Lab72.4949-19.1217-14.7738

#73bdcc color RGB value is (115,189,204).

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

The process color (four color CMYK) of #73bdcc color hex is 0.44, 0.07, 0.00, 0.20. Web safe color of #73bdcc is #66cccc. Color #73bdcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111101 11001100
Octal 163 275 314
Decimal 115 189 204
Hex 73 BD CC

RGB Percentages of Color #73bdcc

%22.64
%37.20
%40.16

CMYK Percentages of Color #73bdcc

%44
%7
%0
%20

Triadic Colors of #73bdcc

#73bdcc #cc73bd #bdcc73

Analogous Colors of #73bdcc

#73bdcc #7391cc #73ccaf

Monochromatic Colors of #73bdcc

#73bdcc

Complementary Color

#73bdcc #cc8273

#73bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bdcc Color CSS Codes

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

#73bdcc Text Font Color

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

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


#73bdcc Background Color

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

This div background color is #73bdcc


#73bdcc Border Color

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

This div border color is #73bdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bdcc


Comments

No comments written yet.

Please login to write comment.