Color Hex Logo

#46aef8 Color Hex

#46AEF8
(70,174,248)
0 Favorites   0 Comments

Color spaces of #46aef8

RGB 70174248
HSL0.570.930.62
HSV205°72°97°
CMYK 0.720.300.00   0.03
XYZ34.605138.351594.3856
Yxy38.35150.20680.2292
Hunter Lab61.9286-8.6309-47.0141
CIE-Lab68.2789-6.2417-45.3892

#46aef8 color RGB value is (70,174,248).

#46aef8 hex color red value is 70, green value is 174 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #46aef8 hue: 0.57 , saturation: 0.93 and the lightness value of 46aef8 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101110 11111000
Octal 106 256 370
Decimal 70 174 248
Hex 46 AE F8

RGB Percentages of Color #46aef8

%14.23
%35.37
%50.41

CMYK Percentages of Color #46aef8

%72
%30
%0
%3

Triadic Colors of #46aef8

#46aef8 #f846ae #aef846

Analogous Colors of #46aef8

#46aef8 #4655f8 #46f8e9

Monochromatic Colors of #46aef8

#46aef8

Complementary Color

#46aef8 #f89046

#46aef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aef8 Color CSS Codes

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

#46aef8 Text Font Color

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

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


#46aef8 Background Color

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

This div background color is #46aef8


#46aef8 Border Color

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

This div border color is #46aef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aef8


Comments

No comments written yet.

Please login to write comment.