Color Hex Logo

#447ebb Color Hex

#447EBB
(68,126,187)
0 Favorites   0 Comments

Color spaces of #447ebb

RGB 68126187
HSL0.590.470.50
HSV211°64°73°
CMYK 0.640.330.00   0.27
XYZ18.814419.738549.8320
Yxy19.73850.21290.2233
Hunter Lab44.4280-2.1578-35.4021
CIE-Lab51.54030.2767-37.6785

#447ebb color RGB value is (68,126,187).

#447ebb hex color red value is 68, green value is 126 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #447ebb hue: 0.59 , saturation: 0.47 and the lightness value of 447ebb is 0.50.

The process color (four color CMYK) of #447ebb color hex is 0.64, 0.33, 0.00, 0.27. Web safe color of #447ebb is #3366cc. Color #447ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01111110 10111011
Octal 104 176 273
Decimal 68 126 187
Hex 44 7E BB

RGB Percentages of Color #447ebb

%17.85
%33.07
%49.08

CMYK Percentages of Color #447ebb

%64
%33
%0
%27

Triadic Colors of #447ebb

#447ebb #bb447e #7ebb44

Analogous Colors of #447ebb

#447ebb #4644bb #44babb

Monochromatic Colors of #447ebb

#447ebb

Complementary Color

#447ebb #bb8144

#447ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#447ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#447ebb Color CSS Codes

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

#447ebb Text Font Color

<p style="color:#447ebb">Text here</p>

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


#447ebb Background Color

<div style="background-color:#447ebb">
Div content here</div>

This div background color is #447ebb


#447ebb Border Color

<div style="border:3px solid #447ebb">
Div here</div>

This div border color is #447ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,126,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #447ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #447ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #447ebb;
  box-shadow:         1px 1px 3px 2px #447ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,126,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #447ebb


Comments

No comments written yet.

Please login to write comment.