Color Hex Logo

#46aced Color Hex

#46ACED
(70,172,237)
0 Favorites   0 Comments

Color spaces of #46aced

RGB 70172237
HSL0.560.820.60
HSV203°70°93°
CMYK 0.700.270.00   0.07
XYZ32.564436.921685.5310
Yxy36.92160.21010.2382
Hunter Lab60.7631-10.6732-40.9232
CIE-Lab67.2182-8.8305-41.0578

#46aced color RGB value is (70,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101100 11101101
Octal 106 254 355
Decimal 70 172 237
Hex 46 AC ED

RGB Percentages of Color #46aced

%14.61
%35.91
%49.48

CMYK Percentages of Color #46aced

%70
%27
%0
%7

Triadic Colors of #46aced

#46aced #ed46ac #aced46

Analogous Colors of #46aced

#46aced #4659ed #46eddb

Monochromatic Colors of #46aced

#46aced

Complementary Color

#46aced #ed8746

#46aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aced Color CSS Codes

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

#46aced Text Font Color

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

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


#46aced Background Color

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

This div background color is #46aced


#46aced Border Color

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

This div border color is #46aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aced


Comments

No comments written yet.

Please login to write comment.