Color Hex Logo

#749ebd Color Hex

#749EBD
(116,158,189)
0 Favorites   0 Comments

Color spaces of #749ebd

RGB 116158189
HSL0.570.360.60
HSV205°39°74°
CMYK 0.390.160.00   0.26
XYZ28.614631.840852.7819
Yxy31.84080.25270.2812
Hunter Lab56.4277-8.2306-15.9600
CIE-Lab63.2111-6.3178-20.5396

#749ebd color RGB value is (116,158,189).

#749ebd hex color red value is 116, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #749ebd hue: 0.57 , saturation: 0.36 and the lightness value of 749ebd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10011110 10111101
Octal 164 236 275
Decimal 116 158 189
Hex 74 9E BD

RGB Percentages of Color #749ebd

%25.05
%34.13
%40.82

CMYK Percentages of Color #749ebd

%39
%16
%0
%26

Triadic Colors of #749ebd

#749ebd #bd749e #9ebd74

Analogous Colors of #749ebd

#749ebd #747abd #74bdb8

Monochromatic Colors of #749ebd

#749ebd

Complementary Color

#749ebd #bd9374

#749ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#749ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#749ebd Color CSS Codes

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

#749ebd Text Font Color

<p style="color:#749ebd">Text here</p>

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


#749ebd Background Color

<div style="background-color:#749ebd">
Div content here</div>

This div background color is #749ebd


#749ebd Border Color

<div style="border:3px solid #749ebd">
Div here</div>

This div border color is #749ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,158,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #749ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #749ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #749ebd;
  box-shadow:         1px 1px 3px 2px #749ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #749ebd


Comments

No comments written yet.

Please login to write comment.