Color Hex Logo

#46abdc Color Hex

#46ABDC
(70,171,220)
0 Favorites   0 Comments

Color spaces of #46abdc

RGB 70171220
HSL0.550.680.57
HSV200°68°86°
CMYK 0.680.220.00   0.14
XYZ30.007035.595272.9992
Yxy35.59520.21650.2568
Hunter Lab59.6617-14.6310-30.7812
CIE-Lab66.2095-13.8922-33.3044

#46abdc color RGB value is (70,171,220).

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

The process color (four color CMYK) of #46abdc color hex is 0.68, 0.22, 0.00, 0.14. Web safe color of #46abdc is #3399cc. Color #46abdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101011 11011100
Octal 106 253 334
Decimal 70 171 220
Hex 46 AB DC

RGB Percentages of Color #46abdc

%15.18
%37.09
%47.72

CMYK Percentages of Color #46abdc

%68
%22
%0
%14

Triadic Colors of #46abdc

#46abdc #dc46ab #abdc46

Analogous Colors of #46abdc

#46abdc #4660dc #46dcc2

Monochromatic Colors of #46abdc

#46abdc

Complementary Color

#46abdc #dc7746

#46abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46abdc Color CSS Codes

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

#46abdc Text Font Color

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

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


#46abdc Background Color

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

This div background color is #46abdc


#46abdc Border Color

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

This div border color is #46abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46abdc


Comments

No comments written yet.

Please login to write comment.