Color Hex Logo

#46abed Color Hex

#46ABED
(70,171,237)
0 Favorites   0 Comments

Color spaces of #46abed

RGB 70171237
HSL0.570.820.60
HSV204°70°93°
CMYK 0.700.280.00   0.07
XYZ32.374836.542385.4678
Yxy36.54230.20970.2367
Hunter Lab60.4502-10.1902-41.5122
CIE-Lab66.9322-8.2783-41.5054

#46abed color RGB value is (70,171,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101011 11101101
Octal 106 253 355
Decimal 70 171 237
Hex 46 AB ED

RGB Percentages of Color #46abed

%14.64
%35.77
%49.58

CMYK Percentages of Color #46abed

%70
%28
%0
%7

Triadic Colors of #46abed

#46abed #ed46ab #abed46

Analogous Colors of #46abed

#46abed #4657ed #46eddc

Monochromatic Colors of #46abed

#46abed

Complementary Color

#46abed #ed8846

#46abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#46abed Color CSS Codes

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

#46abed Text Font Color

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

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


#46abed Background Color

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

This div background color is #46abed


#46abed Border Color

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

This div border color is #46abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46abed


Comments

No comments written yet.

Please login to write comment.