Color Hex Logo

#46aecd Color Hex

#46AECD
(70,174,205)
0 Favorites   0 Comments

Color spaces of #46aecd

RGB 70174205
HSL0.540.570.54
HSV194°66°80°
CMYK 0.660.150.00   0.20
XYZ28.681335.982063.1912
Yxy35.98200.22430.2814
Hunter Lab59.9850-19.6255-20.4696
CIE-Lab66.5062-20.2606-24.5734

#46aecd color RGB value is (70,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101110 11001101
Octal 106 256 315
Decimal 70 174 205
Hex 46 AE CD

RGB Percentages of Color #46aecd

%15.59
%38.75
%45.66

CMYK Percentages of Color #46aecd

%66
%15
%0
%20

Triadic Colors of #46aecd

#46aecd #cd46ae #aecd46

Analogous Colors of #46aecd

#46aecd #466bcd #46cda9

Monochromatic Colors of #46aecd

#46aecd

Complementary Color

#46aecd #cd6546

#46aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#46aecd Color CSS Codes

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

#46aecd Text Font Color

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

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


#46aecd Background Color

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

This div background color is #46aecd


#46aecd Border Color

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

This div border color is #46aecd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,174,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 #46aecd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46aecd


Comments

No comments written yet.

Please login to write comment.