Color Hex Logo

#46abcf Color Hex

#46ABCF
(70,171,207)
0 Favorites   0 Comments

Color spaces of #46abcf

RGB 70171207
HSL0.540.590.54
HSV196°66°81°
CMYK 0.660.170.00   0.19
XYZ28.351234.932964.2799
Yxy34.93290.22230.2738
Hunter Lab59.1041-17.8087-23.1093
CIE-Lab65.6964-18.0618-26.9222

#46abcf color RGB value is (70,171,207).

#46abcf hex color red value is 70, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #46abcf hue: 0.54 , saturation: 0.59 and the lightness value of 46abcf is 0.54.

The process color (four color CMYK) of #46abcf color hex is 0.66, 0.17, 0.00, 0.19. Web safe color of #46abcf is #3399cc. Color #46abcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101011 11001111
Octal 106 253 317
Decimal 70 171 207
Hex 46 AB CF

RGB Percentages of Color #46abcf

%15.63
%38.17
%46.21

CMYK Percentages of Color #46abcf

%66
%17
%0
%19

Triadic Colors of #46abcf

#46abcf #cf46ab #abcf46

Analogous Colors of #46abcf

#46abcf #4667cf #46cfaf

Monochromatic Colors of #46abcf

#46abcf

Complementary Color

#46abcf #cf6a46

#46abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#46abcf Color CSS Codes

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

#46abcf Text Font Color

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

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


#46abcf Background Color

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

This div background color is #46abcf


#46abcf Border Color

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

This div border color is #46abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46abcf


Comments

No comments written yet.

Please login to write comment.