Color Hex Logo

#46aabe Color Hex

#46AABE
(70,170,190)
0 Favorites   0 Comments

Color spaces of #46aabe

RGB 70170190
HSL0.530.480.51
HSV190°63°75°
CMYK 0.630.110.00   0.25
XYZ26.194833.769253.8527
Yxy33.76920.23010.2967
Hunter Lab58.1113-21.2323-14.2672
CIE-Lab64.7790-22.8016-18.8917

#46aabe color RGB value is (70,170,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101010 10111110
Octal 106 252 276
Decimal 70 170 190
Hex 46 AA BE

RGB Percentages of Color #46aabe

%16.28
%39.53
%44.19

CMYK Percentages of Color #46aabe

%63
%11
%0
%25

Triadic Colors of #46aabe

#46aabe #be46aa #aabe46

Analogous Colors of #46aabe

#46aabe #466ebe #46be96

Monochromatic Colors of #46aabe

#46aabe

Complementary Color

#46aabe #be5a46

#46aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aabe Color CSS Codes

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

#46aabe Text Font Color

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

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


#46aabe Background Color

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

This div background color is #46aabe


#46aabe Border Color

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

This div border color is #46aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aabe


Comments

No comments written yet.

Please login to write comment.