Color Hex Logo

#42aade Color Hex

#42AADE
(66,170,222)
0 Favorites   0 Comments

Color spaces of #42aade

RGB 66170222
HSL0.560.700.56
HSV200°70°87°
CMYK 0.700.230.00   0.13
XYZ29.806335.181674.3270
Yxy35.18160.21390.2525
Hunter Lab59.3141-14.1005-32.7770
CIE-Lab65.8898-13.2751-34.9105

#42aade color RGB value is (66,170,222).

#42aade hex color red value is 66, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #42aade hue: 0.56 , saturation: 0.70 and the lightness value of 42aade is 0.56.

The process color (four color CMYK) of #42aade color hex is 0.70, 0.23, 0.00, 0.13. Web safe color of #42aade is #3399cc. Color #42aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101010 11011110
Octal 102 252 336
Decimal 66 170 222
Hex 42 AA DE

RGB Percentages of Color #42aade

%14.41
%37.12
%48.47

CMYK Percentages of Color #42aade

%70
%23
%0
%13

Triadic Colors of #42aade

#42aade #de42aa #aade42

Analogous Colors of #42aade

#42aade #425cde #42dec4

Monochromatic Colors of #42aade

#42aade

Complementary Color

#42aade #de7642

#42aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aade Color CSS Codes

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

#42aade Text Font Color

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

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


#42aade Background Color

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

This div background color is #42aade


#42aade Border Color

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

This div border color is #42aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aade


Comments

No comments written yet.

Please login to write comment.