Color Hex Logo

#448eac Color Hex

#448EAC
(68,142,172)
0 Favorites   0 Comments

Color spaces of #448eac

RGB 68142172
HSL0.550.430.47
HSV197°60°67°
CMYK 0.600.170.00   0.33
XYZ19.503323.553542.5481
Yxy23.55350.22780.2751
Hunter Lab48.5319-13.1980-18.0074
CIE-Lab55.6379-13.8717-22.7051

#448eac color RGB value is (68,142,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001110 10101100
Octal 104 216 254
Decimal 68 142 172
Hex 44 8E AC

RGB Percentages of Color #448eac

%17.80
%37.17
%45.03

CMYK Percentages of Color #448eac

%60
%17
%0
%33

Triadic Colors of #448eac

#448eac #ac448e #8eac44

Analogous Colors of #448eac

#448eac #445aac #44ac96

Monochromatic Colors of #448eac

#448eac

Complementary Color

#448eac #ac6244

#448eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#448eac Color CSS Codes

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

#448eac Text Font Color

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

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


#448eac Background Color

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

This div background color is #448eac


#448eac Border Color

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

This div border color is #448eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448eac


Comments

No comments written yet.

Please login to write comment.