Color Hex Logo

#42aded Color Hex

#42ADED
(66,173,237)
0 Favorites   0 Comments

Color spaces of #42aded

RGB 66173237
HSL0.560.830.59
HSV202°72°93°
CMYK 0.720.270.00   0.07
XYZ32.476437.159885.5816
Yxy37.15980.20920.2394
Hunter Lab60.9588-11.5804-40.5675
CIE-Lab67.3967-9.9156-40.7863

#42aded color RGB value is (66,173,237).

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

The process color (four color CMYK) of #42aded color hex is 0.72, 0.27, 0.00, 0.07. Web safe color of #42aded is #3399ff. Color #42aded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101101 11101101
Octal 102 255 355
Decimal 66 173 237
Hex 42 AD ED

RGB Percentages of Color #42aded

%13.87
%36.34
%49.79

CMYK Percentages of Color #42aded

%72
%27
%0
%7

Triadic Colors of #42aded

#42aded #ed42ad #aded42

Analogous Colors of #42aded

#42aded #4258ed #42edd8

Monochromatic Colors of #42aded

#42aded

Complementary Color

#42aded #ed8242

#42aded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aded Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aded Color CSS Codes

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

#42aded Text Font Color

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

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


#42aded Background Color

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

This div background color is #42aded


#42aded Border Color

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

This div border color is #42aded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aded


Comments

No comments written yet.

Please login to write comment.