Color Hex Logo

#46afcd Color Hex

#46AFCD
(70,175,205)
0 Favorites   0 Comments

Color spaces of #46afcd

RGB 70175205
HSL0.540.570.54
HSV193°66°80°
CMYK 0.660.150.00   0.20
XYZ28.875236.369863.2558
Yxy36.36980.22470.2830
Hunter Lab60.3074-20.0720-19.9735
CIE-Lab66.8015-20.7796-24.1210

#46afcd color RGB value is (70,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101111 11001101
Octal 106 257 315
Decimal 70 175 205
Hex 46 AF CD

RGB Percentages of Color #46afcd

%15.56
%38.89
%45.56

CMYK Percentages of Color #46afcd

%66
%15
%0
%20

Triadic Colors of #46afcd

#46afcd #cd46af #afcd46

Analogous Colors of #46afcd

#46afcd #466ccd #46cda8

Monochromatic Colors of #46afcd

#46afcd

Complementary Color

#46afcd #cd6446

#46afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#46afcd Color CSS Codes

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

#46afcd Text Font Color

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

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


#46afcd Background Color

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

This div background color is #46afcd


#46afcd Border Color

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

This div border color is #46afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46afcd


Comments

No comments written yet.

Please login to write comment.