Color Hex Logo

#42aaff Color Hex

#42AAFF
(66,170,255)
0 Favorites   0 Comments

Color spaces of #42aaff

RGB 66170255
HSL0.571.000.63
HSV207°74°100°
CMYK 0.740.330.00   0.00
XYZ34.671537.127799.9467
Yxy37.12770.20190.2162
Hunter Lab60.9325-5.0627-54.5998
CIE-Lab67.3727-2.1077-50.6255

#42aaff color RGB value is (66,170,255).

#42aaff hex color red value is 66, green value is 170 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #42aaff hue: 0.57 , saturation: 1.00 and the lightness value of 42aaff is 0.63.

The process color (four color CMYK) of #42aaff color hex is 0.74, 0.33, 0.00, 0.00. Web safe color of #42aaff is #3399ff. Color #42aaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101010 11111111
Octal 102 252 377
Decimal 66 170 255
Hex 42 AA FF

RGB Percentages of Color #42aaff

%13.44
%34.62
%51.93

CMYK Percentages of Color #42aaff

%74
%33
%0
%0

Triadic Colors of #42aaff

#42aaff #ff42aa #aaff42

Analogous Colors of #42aaff

#42aaff #424cff #42fff6

Monochromatic Colors of #42aaff

#42aaff

Complementary Color

#42aaff #ff9742

#42aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aaff Color CSS Codes

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

#42aaff Text Font Color

<p style="color:#42aaff">Text here</p>

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


#42aaff Background Color

<div style="background-color:#42aaff">
Div content here</div>

This div background color is #42aaff


#42aaff Border Color

<div style="border:3px solid #42aaff">
Div here</div>

This div border color is #42aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aaff


Comments

No comments written yet.

Please login to write comment.