Color Hex Logo

#448aab Color Hex

#448AAB
(68,138,171)
0 Favorites   0 Comments

Color spaces of #448aab

RGB 68138171
HSL0.550.430.47
HSV199°60°67°
CMYK 0.600.190.00   0.33
XYZ18.823122.346241.8492
Yxy22.34620.22670.2692
Hunter Lab47.2718-11.6488-19.3986
CIE-Lab54.3924-11.9722-24.0476

#448aab color RGB value is (68,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001010 10101011
Octal 104 212 253
Decimal 68 138 171
Hex 44 8A AB

RGB Percentages of Color #448aab

%18.04
%36.60
%45.36

CMYK Percentages of Color #448aab

%60
%19
%0
%33

Triadic Colors of #448aab

#448aab #ab448a #8aab44

Analogous Colors of #448aab

#448aab #4457ab #44ab99

Monochromatic Colors of #448aab

#448aab

Complementary Color

#448aab #ab6544

#448aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#448aab Color CSS Codes

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

#448aab Text Font Color

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

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


#448aab Background Color

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

This div background color is #448aab


#448aab Border Color

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

This div border color is #448aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448aab


Comments

No comments written yet.

Please login to write comment.