Color Hex Logo

#448bab Color Hex

#448BAB
(68,139,171)
0 Favorites   0 Comments

Color spaces of #448bab

RGB 68139171
HSL0.550.430.47
HSV199°60°67°
CMYK 0.600.190.00   0.33
XYZ18.967222.634541.8973
Yxy22.63450.22720.2711
Hunter Lab47.5757-12.0942-18.9104
CIE-Lab54.6938-12.5296-23.5836

#448bab color RGB value is (68,139,171).

#448bab hex color red value is 68, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #448bab hue: 0.55 , saturation: 0.43 and the lightness value of 448bab is 0.47.

The process color (four color CMYK) of #448bab color hex is 0.60, 0.19, 0.00, 0.33. Web safe color of #448bab is #339999. Color #448bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001011 10101011
Octal 104 213 253
Decimal 68 139 171
Hex 44 8B AB

RGB Percentages of Color #448bab

%17.99
%36.77
%45.24

CMYK Percentages of Color #448bab

%60
%19
%0
%33

Triadic Colors of #448bab

#448bab #ab448b #8bab44

Analogous Colors of #448bab

#448bab #4457ab #44ab98

Monochromatic Colors of #448bab

#448bab

Complementary Color

#448bab #ab6444

#448bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#448bab Color CSS Codes

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

#448bab Text Font Color

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

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


#448bab Background Color

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

This div background color is #448bab


#448bab Border Color

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

This div border color is #448bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448bab


Comments

No comments written yet.

Please login to write comment.