Color Hex Logo

#46acec Color Hex

#46ACEC
(70,172,236)
0 Favorites   0 Comments

Color spaces of #46acec

RGB 70172236
HSL0.560.810.60
HSV203°70°93°
CMYK 0.700.270.00   0.07
XYZ32.418636.863384.7636
Yxy36.86330.21040.2393
Hunter Lab60.7152-10.9422-40.2734
CIE-Lab67.1743-9.1645-40.5798

#46acec color RGB value is (70,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101100 11101100
Octal 106 254 354
Decimal 70 172 236
Hex 46 AC EC

RGB Percentages of Color #46acec

%14.64
%35.98
%49.37

CMYK Percentages of Color #46acec

%70
%27
%0
%7

Triadic Colors of #46acec

#46acec #ec46ac #acec46

Analogous Colors of #46acec

#46acec #4659ec #46ecd9

Monochromatic Colors of #46acec

#46acec

Complementary Color

#46acec #ec8646

#46acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#46acec Color CSS Codes

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

#46acec Text Font Color

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

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


#46acec Background Color

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

This div background color is #46acec


#46acec Border Color

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

This div border color is #46acec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46acec


Comments

No comments written yet.

Please login to write comment.