Color Hex Logo

#46abeb Color Hex

#46ABEB
(70,171,235)
0 Favorites   0 Comments

Color spaces of #46abeb

RGB 70171235
HSL0.560.800.60
HSV203°70°92°
CMYK 0.700.270.00   0.08
XYZ32.084136.426183.9372
Yxy36.42610.21050.2389
Hunter Lab60.3540-10.7293-40.2096
CIE-Lab66.8442-8.9472-40.5491

#46abeb color RGB value is (70,171,235).

#46abeb hex color red value is 70, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #46abeb hue: 0.56 , saturation: 0.80 and the lightness value of 46abeb is 0.60.

The process color (four color CMYK) of #46abeb color hex is 0.70, 0.27, 0.00, 0.08. Web safe color of #46abeb is #3399ff. Color #46abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101011 11101011
Octal 106 253 353
Decimal 70 171 235
Hex 46 AB EB

RGB Percentages of Color #46abeb

%14.71
%35.92
%49.37

CMYK Percentages of Color #46abeb

%70
%27
%0
%8

Triadic Colors of #46abeb

#46abeb #eb46ab #abeb46

Analogous Colors of #46abeb

#46abeb #4659eb #46ebd9

Monochromatic Colors of #46abeb

#46abeb

Complementary Color

#46abeb #eb8646

#46abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46abeb Color CSS Codes

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

#46abeb Text Font Color

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

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


#46abeb Background Color

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

This div background color is #46abeb


#46abeb Border Color

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

This div border color is #46abeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46abeb


Comments

No comments written yet.

Please login to write comment.