Color Hex Logo

#448bae Color Hex

#448BAE
(68,139,174)
0 Favorites   0 Comments

Color spaces of #448bae

RGB 68139174
HSL0.560.440.47
HSV200°61°68°
CMYK 0.610.200.00   0.32
XYZ19.256522.750243.4207
Yxy22.75020.22540.2663
Hunter Lab47.6972-11.4053-20.5861
CIE-Lab54.8141-11.5699-25.1184

#448bae color RGB value is (68,139,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001011 10101110
Octal 104 213 256
Decimal 68 139 174
Hex 44 8B AE

RGB Percentages of Color #448bae

%17.85
%36.48
%45.67

CMYK Percentages of Color #448bae

%61
%20
%0
%32

Triadic Colors of #448bae

#448bae #ae448b #8bae44

Analogous Colors of #448bae

#448bae #4456ae #44ae9c

Monochromatic Colors of #448bae

#448bae

Complementary Color

#448bae #ae6744

#448bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#448bae Color CSS Codes

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

#448bae Text Font Color

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

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


#448bae Background Color

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

This div background color is #448bae


#448bae Border Color

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

This div border color is #448bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448bae


Comments

No comments written yet.

Please login to write comment.