Color Hex Logo

#73bedd Color Hex

#73BEDD
(115,190,221)
0 Favorites   0 Comments

Color spaces of #73bedd

RGB 115190221
HSL0.550.610.66
HSV198°48°87°
CMYK 0.480.140.00   0.13
XYZ38.534845.692275.1951
Yxy45.69220.24170.2866
Hunter Lab67.5960-16.5346-18.6381
CIE-Lab73.3454-15.0470-22.7390

#73bedd color RGB value is (115,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111110 11011101
Octal 163 276 335
Decimal 115 190 221
Hex 73 BE DD

RGB Percentages of Color #73bedd

%21.86
%36.12
%42.02

CMYK Percentages of Color #73bedd

%48
%14
%0
%13

Triadic Colors of #73bedd

#73bedd #dd73be #bedd73

Analogous Colors of #73bedd

#73bedd #7389dd #73ddc7

Monochromatic Colors of #73bedd

#73bedd

Complementary Color

#73bedd #dd9273

#73bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bedd Color CSS Codes

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

#73bedd Text Font Color

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

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


#73bedd Background Color

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

This div background color is #73bedd


#73bedd Border Color

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

This div border color is #73bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bedd


Comments

No comments written yet.

Please login to write comment.