Color Hex Logo

#42aee6 Color Hex

#42AEE6
(66,174,230)
0 Favorites   0 Comments

Color spaces of #42aee6

RGB 66174230
HSL0.560.770.58
HSV200°71°90°
CMYK 0.710.240.00   0.10
XYZ31.665737.143580.3634
Yxy37.14350.21230.2490
Hunter Lab60.9455-13.9106-35.5187
CIE-Lab67.3846-12.7962-36.9771

#42aee6 color RGB value is (66,174,230).

#42aee6 hex color red value is 66, green value is 174 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #42aee6 hue: 0.56 , saturation: 0.77 and the lightness value of 42aee6 is 0.58.

The process color (four color CMYK) of #42aee6 color hex is 0.71, 0.24, 0.00, 0.10. Web safe color of #42aee6 is #3399ff. Color #42aee6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101110 11100110
Octal 102 256 346
Decimal 66 174 230
Hex 42 AE E6

RGB Percentages of Color #42aee6

%14.04
%37.02
%48.94

CMYK Percentages of Color #42aee6

%71
%24
%0
%10

Triadic Colors of #42aee6

#42aee6 #e642ae #aee642

Analogous Colors of #42aee6

#42aee6 #425ce6 #42e6cc

Monochromatic Colors of #42aee6

#42aee6

Complementary Color

#42aee6 #e67a42

#42aee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aee6 Color CSS Codes

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

#42aee6 Text Font Color

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

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


#42aee6 Background Color

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

This div background color is #42aee6


#42aee6 Border Color

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

This div border color is #42aee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aee6


Comments

No comments written yet.

Please login to write comment.