Color Hex Logo

#46aabd Color Hex

#46AABD
(70,170,189)
0 Favorites   0 Comments

Color spaces of #46aabd

RGB 70170189
HSL0.530.470.51
HSV190°63°74°
CMYK 0.630.100.00   0.26
XYZ26.085833.725753.2789
Yxy33.72570.23070.2982
Hunter Lab58.0738-21.4500-13.7430
CIE-Lab64.7443-23.1040-18.3878

#46aabd color RGB value is (70,170,189).

#46aabd hex color red value is 70, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #46aabd hue: 0.53 , saturation: 0.47 and the lightness value of 46aabd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101010 10111101
Octal 106 252 275
Decimal 70 170 189
Hex 46 AA BD

RGB Percentages of Color #46aabd

%16.32
%39.63
%44.06

CMYK Percentages of Color #46aabd

%63
%10
%0
%26

Triadic Colors of #46aabd

#46aabd #bd46aa #aabd46

Analogous Colors of #46aabd

#46aabd #466fbd #46bd95

Monochromatic Colors of #46aabd

#46aabd

Complementary Color

#46aabd #bd5946

#46aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aabd Color CSS Codes

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

#46aabd Text Font Color

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

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


#46aabd Background Color

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

This div background color is #46aabd


#46aabd Border Color

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

This div border color is #46aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aabd


Comments

No comments written yet.

Please login to write comment.