Color Hex Logo

#448ebb Color Hex

#448EBB
(68,142,187)
0 Favorites   0 Comments

Color spaces of #448ebb

RGB 68142187
HSL0.560.470.50
HSV203°64°73°
CMYK 0.640.240.00   0.27
XYZ21.026524.162850.5694
Yxy24.16280.21960.2523
Hunter Lab49.1557-9.6685-26.5862
CIE-Lab56.2504-9.0258-30.3141

#448ebb color RGB value is (68,142,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001110 10111011
Octal 104 216 273
Decimal 68 142 187
Hex 44 8E BB

RGB Percentages of Color #448ebb

%17.13
%35.77
%47.10

CMYK Percentages of Color #448ebb

%64
%24
%0
%27

Triadic Colors of #448ebb

#448ebb #bb448e #8ebb44

Analogous Colors of #448ebb

#448ebb #4452bb #44bbad

Monochromatic Colors of #448ebb

#448ebb

Complementary Color

#448ebb #bb7144

#448ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#448ebb Color CSS Codes

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

#448ebb Text Font Color

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

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


#448ebb Background Color

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

This div background color is #448ebb


#448ebb Border Color

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

This div border color is #448ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,142,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 #448ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448ebb


Comments

No comments written yet.

Please login to write comment.