Color Hex Logo

#46acfe Color Hex

#46ACFE
(70,172,254)
0 Favorites   0 Comments

Color spaces of #46acfe

RGB 70172254
HSL0.570.990.64
HSV207°72°100°
CMYK 0.720.320.00   0.00
XYZ35.167737.962999.2400
Yxy37.96290.20400.2202
Hunter Lab61.6140-5.9414-52.3669
CIE-Lab67.9933-3.0862-49.0964

#46acfe color RGB value is (70,172,254).

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

The process color (four color CMYK) of #46acfe color hex is 0.72, 0.32, 0.00, 0.00. Web safe color of #46acfe is #3399ff. Color #46acfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101100 11111110
Octal 106 254 376
Decimal 70 172 254
Hex 46 AC FE

RGB Percentages of Color #46acfe

%14.11
%34.68
%51.21

CMYK Percentages of Color #46acfe

%72
%32
%0
%0

Triadic Colors of #46acfe

#46acfe #fe46ac #acfe46

Analogous Colors of #46acfe

#46acfe #4650fe #46fef4

Monochromatic Colors of #46acfe

#46acfe

Complementary Color

#46acfe #fe9846

#46acfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46acfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#46acfe Color CSS Codes

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

#46acfe Text Font Color

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

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


#46acfe Background Color

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

This div background color is #46acfe


#46acfe Border Color

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

This div border color is #46acfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46acfe


Comments

No comments written yet.

Please login to write comment.