Color Hex Logo

#46acfb Color Hex

#46ACFB
(70,172,251)
0 Favorites   0 Comments

Color spaces of #46acfb

RGB 70172251
HSL0.570.960.63
HSV206°72°98°
CMYK 0.720.310.00   0.02
XYZ34.690937.772296.7291
Yxy37.77220.20500.2233
Hunter Lab61.4591-6.7982-50.2938
CIE-Lab67.8524-4.1085-47.6899

#46acfb color RGB value is (70,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101100 11111011
Octal 106 254 373
Decimal 70 172 251
Hex 46 AC FB

RGB Percentages of Color #46acfb

%14.20
%34.89
%50.91

CMYK Percentages of Color #46acfb

%72
%31
%0
%2

Triadic Colors of #46acfb

#46acfb #fb46ac #acfb46

Analogous Colors of #46acfb

#46acfb #4651fb #46fbf0

Monochromatic Colors of #46acfb

#46acfb

Complementary Color

#46acfb #fb9546

#46acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46acfb Color CSS Codes

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

#46acfb Text Font Color

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

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


#46acfb Background Color

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

This div background color is #46acfb


#46acfb Border Color

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

This div border color is #46acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46acfb

Related Colors


Comments

No comments written yet.

Please login to write comment.