Color Hex Logo

#46afda Color Hex

#46AFDA
(70,175,218)
0 Favorites   0 Comments

Color spaces of #46afda

RGB 70175218
HSL0.550.670.56
HSV197°68°85°
CMYK 0.680.200.00   0.15
XYZ30.510637.024071.8679
Yxy37.02400.21890.2656
Hunter Lab60.8473-16.9779-27.4353
CIE-Lab67.2950-16.6773-30.5238

#46afda color RGB value is (70,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101111 11011010
Octal 106 257 332
Decimal 70 175 218
Hex 46 AF DA

RGB Percentages of Color #46afda

%15.12
%37.80
%47.08

CMYK Percentages of Color #46afda

%68
%20
%0
%15

Triadic Colors of #46afda

#46afda #da46af #afda46

Analogous Colors of #46afda

#46afda #4665da #46dabb

Monochromatic Colors of #46afda

#46afda

Complementary Color

#46afda #da7146

#46afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#46afda Color CSS Codes

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

#46afda Text Font Color

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

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


#46afda Background Color

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

This div background color is #46afda


#46afda Border Color

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

This div border color is #46afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46afda


Comments

No comments written yet.

Please login to write comment.