Color Hex Logo

#42aaeb Color Hex

#42AAEB
(66,170,235)
0 Favorites   0 Comments

Color spaces of #42aaeb

RGB 66170235
HSL0.560.810.59
HSV203°72°92°
CMYK 0.720.280.00   0.08
XYZ31.616935.905983.8614
Yxy35.90590.20890.2372
Hunter Lab59.9215-10.6792-41.0325
CIE-Lab66.4480-8.9373-41.1771

#42aaeb color RGB value is (66,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101010 11101011
Octal 102 252 353
Decimal 66 170 235
Hex 42 AA EB

RGB Percentages of Color #42aaeb

%14.01
%36.09
%49.89

CMYK Percentages of Color #42aaeb

%72
%28
%0
%8

Triadic Colors of #42aaeb

#42aaeb #eb42aa #aaeb42

Analogous Colors of #42aaeb

#42aaeb #4256eb #42ebd8

Monochromatic Colors of #42aaeb

#42aaeb

Complementary Color

#42aaeb #eb8342

#42aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aaeb Color CSS Codes

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

#42aaeb Text Font Color

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

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


#42aaeb Background Color

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

This div background color is #42aaeb


#42aaeb Border Color

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

This div border color is #42aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aaeb


Comments

No comments written yet.

Please login to write comment.