Color Hex Logo

#42aaea Color Hex

#42AAEA
(66,170,234)
0 Favorites   0 Comments

Color spaces of #42aaea

RGB 66170234
HSL0.560.800.59
HSV203°72°92°
CMYK 0.720.270.00   0.08
XYZ31.472835.848283.1025
Yxy35.84820.20920.2383
Hunter Lab59.8734-10.9488-40.3814
CIE-Lab66.4038-9.2740-40.6986

#42aaea color RGB value is (66,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101010 11101010
Octal 102 252 352
Decimal 66 170 234
Hex 42 AA EA

RGB Percentages of Color #42aaea

%14.04
%36.17
%49.79

CMYK Percentages of Color #42aaea

%72
%27
%0
%8

Triadic Colors of #42aaea

#42aaea #ea42aa #aaea42

Analogous Colors of #42aaea

#42aaea #4256ea #42ead6

Monochromatic Colors of #42aaea

#42aaea

Complementary Color

#42aaea #ea8242

#42aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aaea Color CSS Codes

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

#42aaea Text Font Color

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

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


#42aaea Background Color

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

This div background color is #42aaea


#42aaea Border Color

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

This div border color is #42aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aaea


Comments

No comments written yet.

Please login to write comment.