Color Hex Logo

#448baf Color Hex

#448BAF
(68,139,175)
0 Favorites   0 Comments

Color spaces of #448baf

RGB 68139175
HSL0.560.440.48
HSV200°61°69°
CMYK 0.610.210.00   0.31
XYZ19.354422.789343.9361
Yxy22.78930.22480.2647
Hunter Lab47.7381-11.1728-21.1512
CIE-Lab54.8546-11.2478-25.6287

#448baf color RGB value is (68,139,175).

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

The process color (four color CMYK) of #448baf color hex is 0.61, 0.21, 0.00, 0.31. Web safe color of #448baf is #339999. Color #448baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001011 10101111
Octal 104 213 257
Decimal 68 139 175
Hex 44 8B AF

RGB Percentages of Color #448baf

%17.80
%36.39
%45.81

CMYK Percentages of Color #448baf

%61
%21
%0
%31

Triadic Colors of #448baf

#448baf #af448b #8baf44

Analogous Colors of #448baf

#448baf #4455af #44af9e

Monochromatic Colors of #448baf

#448baf

Complementary Color

#448baf #af6844

#448baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#448baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#448baf Color CSS Codes

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

#448baf Text Font Color

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

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


#448baf Background Color

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

This div background color is #448baf


#448baf Border Color

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

This div border color is #448baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #448baf


Comments

No comments written yet.

Please login to write comment.