color codes Logo

#729ebc color codes

#729EBC
(114,158,188)
0 Favorites   0 Comments

Color spaces of #729ebc

RGB 114158188
HSL0.570.360.59
HSV204°39°74°
CMYK 0.390.160.00   0.26
XYZ28.243431.662052.1997
Yxy31.66200.25190.2824
Hunter Lab56.2690-8.8753-15.6139
CIE-Lab63.0625-7.1329-20.2159

#729ebc color RGB value is (114,158,188).

#729ebc hex color red value is 114, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #729ebc hue: 0.57 , saturation: 0.36 and the lightness value of 729ebc is 0.59.

The process color (four color CMYK) of #729ebc color code is 0.39, 0.16, 0.00, 0.26. Web safe color of #729ebc is #6699cc. Color #729ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011110 10111100
Octal 162 236 274
Decimal 114 158 188
Hex 72 9E BC

RGB Percentages of Color #729ebc

%24.78
%34.35
%40.87

CMYK Percentages of Color #729ebc

%39
%16
%0
%26

Triadic Colors of #729ebc

#729ebc #bc729e #9ebc72

Analogous Colors of #729ebc

#729ebc #7279bc #72bcb5

Monochromatic Colors of #729ebc

#729ebc

Complementary Color

#729ebc #bc9072

#729ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#729ebc Color CSS Codes

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

#729ebc Text Font Color

<p style="color:#729ebc">Text here</p>

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


#729ebc Background Color

<div style="background-color:#729ebc">
Div content here</div>

This div background color is #729ebc


#729ebc Border Color

<div style="border:3px solid #729ebc">
Div here</div>

This div border color is #729ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,158,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #729ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #729ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #729ebc;
  box-shadow:         1px 1px 3px 2px #729ebc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,158,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729ebc

#729ebc Color Palettes


Comments

No comments written yet.

Please login to write comment.