Color Hex Logo

#46aabb Color Hex

#46AABB
(70,170,187)
0 Favorites   0 Comments

Color spaces of #46aabb

RGB 70170187
HSL0.520.460.50
HSV189°63°73°
CMYK 0.630.090.00   0.27
XYZ25.870233.639452.1433
Yxy33.63940.23170.3013
Hunter Lab57.9995-21.8806-12.7039
CIE-Lab64.6753-23.7046-17.3788

#46aabb color RGB value is (70,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101010 10111011
Octal 106 252 273
Decimal 70 170 187
Hex 46 AA BB

RGB Percentages of Color #46aabb

%16.39
%39.81
%43.79

CMYK Percentages of Color #46aabb

%63
%9
%0
%27

Triadic Colors of #46aabb

#46aabb #bb46aa #aabb46

Analogous Colors of #46aabb

#46aabb #4670bb #46bb92

Monochromatic Colors of #46aabb

#46aabb

Complementary Color

#46aabb #bb5746

#46aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aabb Color CSS Codes

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

#46aabb Text Font Color

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

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


#46aabb Background Color

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

This div background color is #46aabb


#46aabb Border Color

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

This div border color is #46aabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,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 #46aabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aabb


Comments

No comments written yet.

Please login to write comment.