Color Hex Logo

#73bdce Color Hex

#73BDCE
(115,189,206)
0 Favorites   0 Comments

Color spaces of #73bdce

RGB 115189206
HSL0.530.480.63
HSV191°44°81°
CMYK 0.440.080.00   0.19
XYZ36.408444.496365.0622
Yxy44.49630.24940.3048
Hunter Lab66.7055-19.3080-11.1355
CIE-Lab72.5590-18.5934-15.7680

#73bdce color RGB value is (115,189,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111101 11001110
Octal 163 275 316
Decimal 115 189 206
Hex 73 BD CE

RGB Percentages of Color #73bdce

%22.55
%37.06
%40.39

CMYK Percentages of Color #73bdce

%44
%8
%0
%19

Triadic Colors of #73bdce

#73bdce #ce73bd #bdce73

Analogous Colors of #73bdce

#73bdce #7390ce #73ceb2

Monochromatic Colors of #73bdce

#73bdce

Complementary Color

#73bdce #ce8473

#73bdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73bdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#73bdce Color CSS Codes

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

#73bdce Text Font Color

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

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


#73bdce Background Color

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

This div background color is #73bdce


#73bdce Border Color

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

This div border color is #73bdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73bdce


Comments

No comments written yet.

Please login to write comment.