Color Hex Logo

#4488aa Color Hex

#4488AA
(68,136,170)
0 Favorites   0 Comments

Color spaces of #4488aa

RGB 68136170
HSL0.560.430.47
HSV200°60°67°
CMYK 0.600.200.00   0.33
XYZ18.443821.739541.2543
Yxy21.73950.22650.2669
Hunter Lab46.6256-10.9852-19.8218
CIE-Lab53.7495-11.1719-24.4637

#4488aa color RGB value is (68,136,170).

#4488aa hex color red value is 68, green value is 136 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4488aa hue: 0.56 , saturation: 0.43 and the lightness value of 4488aa is 0.47.

The process color (four color CMYK) of #4488aa color hex is 0.60, 0.20, 0.00, 0.33. Web safe color of #4488aa is #339999. Color #4488aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 10001000 10101010
Octal 104 210 252
Decimal 68 136 170
Hex 44 88 AA

RGB Percentages of Color #4488aa

%18.18
%36.36
%45.45

CMYK Percentages of Color #4488aa

%60
%20
%0
%33

Triadic Colors of #4488aa

#4488aa #aa4488 #88aa44

Analogous Colors of #4488aa

#4488aa #4455aa #44aa99

Monochromatic Colors of #4488aa

#4488aa

Complementary Color

#4488aa #aa6644

#4488aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4488aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4488aa Color CSS Codes

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

#4488aa Text Font Color

<p style="color:#4488aa">Text here</p>

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


#4488aa Background Color

<div style="background-color:#4488aa">
Div content here</div>

This div background color is #4488aa


#4488aa Border Color

<div style="border:3px solid #4488aa">
Div here</div>

This div border color is #4488aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,136,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4488aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4488aa;
  -webkit-box-shadow: 1px 1px 3px 2px #4488aa;
  box-shadow:         1px 1px 3px 2px #4488aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4488aa


Comments

No comments written yet.

Please login to write comment.