Color Hex Logo

#42adde Color Hex

#42ADDE
(66,173,222)
0 Favorites   0 Comments

Color spaces of #42adde

RGB 66173222
HSL0.550.700.56
HSV199°70°87°
CMYK 0.700.220.00   0.13
XYZ30.375236.319374.5166
Yxy36.31930.21510.2572
Hunter Lab60.2655-15.4965-31.1246
CIE-Lab66.7632-14.8920-33.5543

#42adde color RGB value is (66,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101101 11011110
Octal 102 255 336
Decimal 66 173 222
Hex 42 AD DE

RGB Percentages of Color #42adde

%14.32
%37.53
%48.16

CMYK Percentages of Color #42adde

%70
%22
%0
%13

Triadic Colors of #42adde

#42adde #de42ad #adde42

Analogous Colors of #42adde

#42adde #425fde #42dec1

Monochromatic Colors of #42adde

#42adde

Complementary Color

#42adde #de7342

#42adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#42adde Color CSS Codes

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

#42adde Text Font Color

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

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


#42adde Background Color

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

This div background color is #42adde


#42adde Border Color

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

This div border color is #42adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42adde


Comments

No comments written yet.

Please login to write comment.