Color Hex Logo

#448dae Color Hex

#448DAE
(68,141,174)
0 Favorites   0 Comments

Color spaces of #448dae

RGB 68141174
HSL0.550.440.47
HSV199°61°68°
CMYK 0.610.190.00   0.32
XYZ19.548823.334743.5181
Yxy23.33470.22630.2701
Hunter Lab48.3060-12.2989-19.5992
CIE-Lab55.4154-12.6834-24.1916

#448dae color RGB value is (68,141,174).

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

The process color (four color CMYK) of #448dae color hex is 0.61, 0.19, 0.00, 0.32. Web safe color of #448dae is #339999. Color #448dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001101 10101110
Octal 104 215 256
Decimal 68 141 174
Hex 44 8D AE

RGB Percentages of Color #448dae

%17.75
%36.81
%45.43

CMYK Percentages of Color #448dae

%61
%19
%0
%32

Triadic Colors of #448dae

#448dae #ae448d #8dae44

Analogous Colors of #448dae

#448dae #4458ae #44ae9a

Monochromatic Colors of #448dae

#448dae

Complementary Color

#448dae #ae6544

#448dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#448dae Color CSS Codes

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

#448dae Text Font Color

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

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


#448dae Background Color

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

This div background color is #448dae


#448dae Border Color

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

This div border color is #448dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448dae


Comments

No comments written yet.

Please login to write comment.