Color Hex Logo

#46afde Color Hex

#46AFDE
(70,175,222)
0 Favorites   0 Comments

Color spaces of #46afde

RGB 70175222
HSL0.550.700.57
HSV199°68°87°
CMYK 0.680.210.00   0.13
XYZ31.040637.236074.6585
Yxy37.23600.21720.2605
Hunter Lab61.0213-15.9871-29.8254
CIE-Lab67.4537-15.3903-32.4755

#46afde color RGB value is (70,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10101111 11011110
Octal 106 257 336
Decimal 70 175 222
Hex 46 AF DE

RGB Percentages of Color #46afde

%14.99
%37.47
%47.54

CMYK Percentages of Color #46afde

%68
%21
%0
%13

Triadic Colors of #46afde

#46afde #de46af #afde46

Analogous Colors of #46afde

#46afde #4663de #46dec1

Monochromatic Colors of #46afde

#46afde

Complementary Color

#46afde #de7546

#46afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#46afde Color CSS Codes

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

#46afde Text Font Color

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

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


#46afde Background Color

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

This div background color is #46afde


#46afde Border Color

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

This div border color is #46afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46afde


Comments

No comments written yet.

Please login to write comment.