Color Hex Logo

#46acef Color Hex

#46ACEF
(70,172,239)
0 Favorites   0 Comments

Color spaces of #46acef

RGB 70172239
HSL0.570.840.61
HSV204°71°94°
CMYK 0.710.280.00   0.06
XYZ32.858337.039187.0788
Yxy37.03910.20930.2360
Hunter Lab60.8598-10.1321-42.2309
CIE-Lab67.3064-8.1612-42.0123

#46acef color RGB value is (70,172,239).

#46acef hex color red value is 70, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #46acef hue: 0.57 , saturation: 0.84 and the lightness value of 46acef is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101100 11101111
Octal 106 254 357
Decimal 70 172 239
Hex 46 AC EF

RGB Percentages of Color #46acef

%14.55
%35.76
%49.69

CMYK Percentages of Color #46acef

%71
%28
%0
%6

Triadic Colors of #46acef

#46acef #ef46ac #acef46

Analogous Colors of #46acef

#46acef #4658ef #46efde

Monochromatic Colors of #46acef

#46acef

Complementary Color

#46acef #ef8946

#46acef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46acef Color Preview on White Background

Lorem ipsum dolor sit amet.

#46acef Color CSS Codes

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

#46acef Text Font Color

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

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


#46acef Background Color

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

This div background color is #46acef


#46acef Border Color

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

This div border color is #46acef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46acef


Comments

No comments written yet.

Please login to write comment.