Color Hex Logo

#46abca Color Hex

#46ABCA
(70,171,202)
0 Favorites   0 Comments

Color spaces of #46abca

RGB 70171202
HSL0.540.550.53
HSV194°65°79°
CMYK 0.650.150.00   0.21
XYZ27.749434.692261.1108
Yxy34.69220.22460.2808
Hunter Lab58.9001-18.9790-20.2853
CIE-Lab65.5083-19.6318-24.4426

#46abca color RGB value is (70,171,202).

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

The process color (four color CMYK) of #46abca color hex is 0.65, 0.15, 0.00, 0.21. Web safe color of #46abca is #3399cc. Color #46abca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101011 11001010
Octal 106 253 312
Decimal 70 171 202
Hex 46 AB CA

RGB Percentages of Color #46abca

%15.80
%38.60
%45.60

CMYK Percentages of Color #46abca

%65
%15
%0
%21

Triadic Colors of #46abca

#46abca #ca46ab #abca46

Analogous Colors of #46abca

#46abca #4669ca #46caa7

Monochromatic Colors of #46abca

#46abca

Complementary Color

#46abca #ca6546

#46abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#46abca Color CSS Codes

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

#46abca Text Font Color

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

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


#46abca Background Color

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

This div background color is #46abca


#46abca Border Color

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

This div border color is #46abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46abca


Comments

No comments written yet.

Please login to write comment.