Color Hex Logo

#4498aa Color Hex

#4498AA
(68,152,170)
0 Favorites   0 Comments

Color spaces of #4498aa

RGB 68152170
HSL0.530.430.47
HSV191°60°67°
CMYK 0.600.110.00   0.33
XYZ20.867826.587742.0623
Yxy26.58770.23310.2970
Hunter Lab51.5633-17.9962-12.2710
CIE-Lab58.5907-19.8761-17.0555

#4498aa color RGB value is (68,152,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 10011000 10101010
Octal 104 230 252
Decimal 68 152 170
Hex 44 98 AA

RGB Percentages of Color #4498aa

%17.44
%38.97
%43.59

CMYK Percentages of Color #4498aa

%60
%11
%0
%33

Triadic Colors of #4498aa

#4498aa #aa4498 #98aa44

Analogous Colors of #4498aa

#4498aa #4465aa #44aa89

Monochromatic Colors of #4498aa

#4498aa

Complementary Color

#4498aa #aa5644

#4498aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4498aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4498aa Color CSS Codes

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

#4498aa Text Font Color

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

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


#4498aa Background Color

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

This div background color is #4498aa


#4498aa Border Color

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

This div border color is #4498aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4498aa


Comments

No comments written yet.

Please login to write comment.