Color Hex Logo

#46adcd Color Hex

#46ADCD
(70,173,205)
0 Favorites   0 Comments

Color spaces of #46adcd

RGB 70173205
HSL0.540.570.54
HSV194°66°80°
CMYK 0.660.160.00   0.20
XYZ28.488835.597063.1270
Yxy35.59700.22390.2798
Hunter Lab59.6632-19.1780-20.9679
CIE-Lab66.2108-19.7396-25.0260

#46adcd color RGB value is (70,173,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101101 11001101
Octal 106 255 315
Decimal 70 173 205
Hex 46 AD CD

RGB Percentages of Color #46adcd

%15.63
%38.62
%45.76

CMYK Percentages of Color #46adcd

%66
%16
%0
%20

Triadic Colors of #46adcd

#46adcd #cd46ad #adcd46

Analogous Colors of #46adcd

#46adcd #466acd #46cdaa

Monochromatic Colors of #46adcd

#46adcd

Complementary Color

#46adcd #cd6646

#46adcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46adcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#46adcd Color CSS Codes

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

#46adcd Text Font Color

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

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


#46adcd Background Color

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

This div background color is #46adcd


#46adcd Border Color

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

This div border color is #46adcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46adcd


Comments

No comments written yet.

Please login to write comment.