Color Hex Logo

#46afdc Color Hex

#46AFDC
(70,175,220)
0 Favorites   0 Comments

Color spaces of #46afdc

RGB 70175220
HSL0.550.680.57
HSV198°68°86°
CMYK 0.680.200.00   0.14
XYZ30.774037.129373.2549
Yxy37.12930.21800.2630
Hunter Lab60.9338-16.4846-28.6250
CIE-Lab67.3739-16.0350-31.5008

#46afdc color RGB value is (70,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101111 11011100
Octal 106 257 334
Decimal 70 175 220
Hex 46 AF DC

RGB Percentages of Color #46afdc

%15.05
%37.63
%47.31

CMYK Percentages of Color #46afdc

%68
%20
%0
%14

Triadic Colors of #46afdc

#46afdc #dc46af #afdc46

Analogous Colors of #46afdc

#46afdc #4664dc #46dcbe

Monochromatic Colors of #46afdc

#46afdc

Complementary Color

#46afdc #dc7346

#46afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46afdc Color CSS Codes

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

#46afdc Text Font Color

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

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


#46afdc Background Color

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

This div background color is #46afdc


#46afdc Border Color

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

This div border color is #46afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46afdc


Comments

No comments written yet.

Please login to write comment.