Color Hex Logo

#46afcb Color Hex

#46AFCB
(70,175,203)
0 Favorites   0 Comments

Color spaces of #46afcb

RGB 70175203
HSL0.540.560.54
HSV193°66°80°
CMYK 0.660.140.00   0.20
XYZ28.635336.273861.9922
Yxy36.27380.22570.2858
Hunter Lab60.2277-20.5306-18.8676
CIE-Lab66.7286-21.3987-23.1280

#46afcb color RGB value is (70,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101111 11001011
Octal 106 257 313
Decimal 70 175 203
Hex 46 AF CB

RGB Percentages of Color #46afcb

%15.63
%39.06
%45.31

CMYK Percentages of Color #46afcb

%66
%14
%0
%20

Triadic Colors of #46afcb

#46afcb #cb46af #afcb46

Analogous Colors of #46afcb

#46afcb #466dcb #46cba5

Monochromatic Colors of #46afcb

#46afcb

Complementary Color

#46afcb #cb6246

#46afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46afcb Color CSS Codes

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

#46afcb Text Font Color

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

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


#46afcb Background Color

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

This div background color is #46afcb


#46afcb Border Color

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

This div border color is #46afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46afcb


Comments

No comments written yet.

Please login to write comment.