Color Hex Logo

#448abb Color Hex

#448ABB
(68,138,187)
0 Favorites   0 Comments

Color spaces of #448abb

RGB 68138187
HSL0.570.470.50
HSV205°64°73°
CMYK 0.640.260.00   0.27
XYZ20.442022.993850.3745
Yxy22.99380.21790.2451
Hunter Lab47.9519-7.8207-28.7192
CIE-Lab55.0660-6.7487-32.1570

#448abb color RGB value is (68,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001010 10111011
Octal 104 212 273
Decimal 68 138 187
Hex 44 8A BB

RGB Percentages of Color #448abb

%17.30
%35.11
%47.58

CMYK Percentages of Color #448abb

%64
%26
%0
%27

Triadic Colors of #448abb

#448abb #bb448a #8abb44

Analogous Colors of #448abb

#448abb #444ebb #44bbb1

Monochromatic Colors of #448abb

#448abb

Complementary Color

#448abb #bb7544

#448abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#448abb Color CSS Codes

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

#448abb Text Font Color

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

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


#448abb Background Color

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

This div background color is #448abb


#448abb Border Color

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

This div border color is #448abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448abb


Comments

No comments written yet.

Please login to write comment.