Color Hex Logo

#42aafb Color Hex

#42AAFB
(66,170,251)
0 Favorites   0 Comments

Color spaces of #42aafb

RGB 66170251
HSL0.570.960.62
HSV206°74°98°
CMYK 0.740.320.00   0.02
XYZ34.034136.872796.5901
Yxy36.87270.20320.2201
Hunter Lab60.7229-6.2190-51.8048
CIE-Lab67.1814-3.4859-48.7546

#42aafb color RGB value is (66,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101010 11111011
Octal 102 252 373
Decimal 66 170 251
Hex 42 AA FB

RGB Percentages of Color #42aafb

%13.55
%34.91
%51.54

CMYK Percentages of Color #42aafb

%74
%32
%0
%2

Triadic Colors of #42aafb

#42aafb #fb42aa #aafb42

Analogous Colors of #42aafb

#42aafb #424dfb #42fbf0

Monochromatic Colors of #42aafb

#42aafb

Complementary Color

#42aafb #fb9342

#42aafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aafb Color CSS Codes

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

#42aafb Text Font Color

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

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


#42aafb Background Color

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

This div background color is #42aafb


#42aafb Border Color

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

This div border color is #42aafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aafb

Related Colors


Comments

No comments written yet.

Please login to write comment.