Color Hex Logo

#46abfc Color Hex

#46ABFC
(70,171,252)
0 Favorites   0 Comments

Color spaces of #46abfc

RGB 70171252
HSL0.570.970.63
HSV207°72°99°
CMYK 0.720.320.00   0.01
XYZ34.659437.456297.4985
Yxy37.45620.20430.2208
Hunter Lab61.2015-6.0151-51.6124
CIE-Lab67.6179-3.2060-48.6026

#46abfc color RGB value is (70,171,252).

#46abfc hex color red value is 70, green value is 171 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #46abfc hue: 0.57 , saturation: 0.97 and the lightness value of 46abfc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101011 11111100
Octal 106 253 374
Decimal 70 171 252
Hex 46 AB FC

RGB Percentages of Color #46abfc

%14.20
%34.69
%51.12

CMYK Percentages of Color #46abfc

%72
%32
%0
%1

Triadic Colors of #46abfc

#46abfc #fc46ab #abfc46

Analogous Colors of #46abfc

#46abfc #4650fc #46fcf2

Monochromatic Colors of #46abfc

#46abfc

Complementary Color

#46abfc #fc9746

#46abfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46abfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46abfc Color CSS Codes

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

#46abfc Text Font Color

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

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


#46abfc Background Color

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

This div background color is #46abfc


#46abfc Border Color

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

This div border color is #46abfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46abfc

Related Colors


Comments

No comments written yet.

Please login to write comment.