Color Hex Logo

#4299aa Color Hex

#4299AA
(66,153,170)
0 Favorites   0 Comments

Color spaces of #4299aa

RGB 66153170
HSL0.530.440.46
HSV190°61°67°
CMYK 0.610.100.00   0.33
XYZ20.893726.843042.1102
Yxy26.84300.23250.2988
Hunter Lab51.8102-18.6836-11.9224
CIE-Lab58.8287-20.7772-16.7005

#4299aa color RGB value is (66,153,170).

#4299aa hex color red value is 66, green value is 153 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4299aa hue: 0.53 , saturation: 0.44 and the lightness value of 4299aa is 0.46.

The process color (four color CMYK) of #4299aa color hex is 0.61, 0.10, 0.00, 0.33. Web safe color of #4299aa is #339999. Color #4299aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10011001 10101010
Octal 102 231 252
Decimal 66 153 170
Hex 42 99 AA

RGB Percentages of Color #4299aa

%16.97
%39.33
%43.70

CMYK Percentages of Color #4299aa

%61
%10
%0
%33

Triadic Colors of #4299aa

#4299aa #aa4299 #99aa42

Analogous Colors of #4299aa

#4299aa #4265aa #42aa87

Monochromatic Colors of #4299aa

#4299aa

Complementary Color

#4299aa #aa5342

#4299aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4299aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4299aa Color CSS Codes

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

#4299aa Text Font Color

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

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


#4299aa Background Color

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

This div background color is #4299aa


#4299aa Border Color

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

This div border color is #4299aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4299aa


Comments

No comments written yet.

Please login to write comment.