Color Hex Logo

#46abbe Color Hex

#46ABBE
(70,171,190)
0 Favorites   0 Comments

Color spaces of #46abbe

RGB 70171190
HSL0.530.480.51
HSV190°63°75°
CMYK 0.630.100.00   0.25
XYZ26.383034.145653.9154
Yxy34.14560.23050.2984
Hunter Lab58.4342-21.6673-13.8010
CIE-Lab65.0780-23.3131-18.4375

#46abbe color RGB value is (70,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101011 10111110
Octal 106 253 276
Decimal 70 171 190
Hex 46 AB BE

RGB Percentages of Color #46abbe

%16.24
%39.68
%44.08

CMYK Percentages of Color #46abbe

%63
%10
%0
%25

Triadic Colors of #46abbe

#46abbe #be46ab #abbe46

Analogous Colors of #46abbe

#46abbe #466fbe #46be95

Monochromatic Colors of #46abbe

#46abbe

Complementary Color

#46abbe #be5946

#46abbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46abbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#46abbe Color CSS Codes

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

#46abbe Text Font Color

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

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


#46abbe Background Color

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

This div background color is #46abbe


#46abbe Border Color

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

This div border color is #46abbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46abbe


Comments

No comments written yet.

Please login to write comment.