Color Hex Logo

#42aabb Color Hex

#42AABB
(66,170,187)
0 Favorites   0 Comments

Color spaces of #42aabb

RGB 66170187
HSL0.520.480.50
HSV188°65°73°
CMYK 0.650.090.00   0.27
XYZ25.591133.495652.1302
Yxy33.49560.23010.3012
Hunter Lab57.8754-22.3535-12.8916
CIE-Lab64.5602-24.3779-17.5642

#42aabb color RGB value is (66,170,187).

#42aabb hex color red value is 66, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #42aabb hue: 0.52 , saturation: 0.48 and the lightness value of 42aabb is 0.50.

The process color (four color CMYK) of #42aabb color hex is 0.65, 0.09, 0.00, 0.27. Web safe color of #42aabb is #3399cc. Color #42aabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101010 10111011
Octal 102 252 273
Decimal 66 170 187
Hex 42 AA BB

RGB Percentages of Color #42aabb

%15.60
%40.19
%44.21

CMYK Percentages of Color #42aabb

%65
%9
%0
%27

Triadic Colors of #42aabb

#42aabb #bb42aa #aabb42

Analogous Colors of #42aabb

#42aabb #426ebb #42bb90

Monochromatic Colors of #42aabb

#42aabb

Complementary Color

#42aabb #bb5342

#42aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#42aabb Color CSS Codes

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

#42aabb Text Font Color

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

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


#42aabb Background Color

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

This div background color is #42aabb


#42aabb Border Color

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

This div border color is #42aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42aabb


Comments

No comments written yet.

Please login to write comment.