Color Hex Logo

#73bddd Color Hex

#73BDDD
(115,189,221)
0 Favorites   0 Comments

Color spaces of #73bddd

RGB 115189221
HSL0.550.610.66
HSV198°48°87°
CMYK 0.480.140.00   0.13
XYZ38.319045.260575.1231
Yxy45.26050.24150.2852
Hunter Lab67.2759-16.0629-19.1125
CIE-Lab73.0631-14.5224-23.1692

#73bddd color RGB value is (115,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111101 11011101
Octal 163 275 335
Decimal 115 189 221
Hex 73 BD DD

RGB Percentages of Color #73bddd

%21.90
%36.00
%42.10

CMYK Percentages of Color #73bddd

%48
%14
%0
%13

Triadic Colors of #73bddd

#73bddd #dd73bd #bddd73

Analogous Colors of #73bddd

#73bddd #7388dd #73ddc8

Monochromatic Colors of #73bddd

#73bddd

Complementary Color

#73bddd #dd9373

#73bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bddd Color CSS Codes

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

#73bddd Text Font Color

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

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


#73bddd Background Color

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

This div background color is #73bddd


#73bddd Border Color

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

This div border color is #73bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bddd


Comments

No comments written yet.

Please login to write comment.