Color Hex Logo

#469dfd Color Hex

#469DFD
(70,157,253)
0 Favorites   0 Comments

Color spaces of #469dfd

RGB 70157253
HSL0.590.980.63
HSV211°72°99°
CMYK 0.720.380.00   0.01
XYZ32.312432.507997.5001
Yxy32.50790.19910.2003
Hunter Lab57.01571.3835-61.4783
CIE-Lab63.76055.1686-55.2544

#469dfd color RGB value is (70,157,253).

#469dfd hex color red value is 70, green value is 157 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #469dfd hue: 0.59 , saturation: 0.98 and the lightness value of 469dfd is 0.63.

The process color (four color CMYK) of #469dfd color hex is 0.72, 0.38, 0.00, 0.01. Web safe color of #469dfd is #3399ff. Color #469dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011101 11111101
Octal 106 235 375
Decimal 70 157 253
Hex 46 9D FD

RGB Percentages of Color #469dfd

%14.58
%32.71
%52.71

CMYK Percentages of Color #469dfd

%72
%38
%0
%1

Triadic Colors of #469dfd

#469dfd #fd469d #9dfd46

Analogous Colors of #469dfd

#469dfd #4a46fd #46f9fd

Monochromatic Colors of #469dfd

#469dfd

Complementary Color

#469dfd #fda646

#469dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#469dfd Color CSS Codes

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

#469dfd Text Font Color

<p style="color:#469dfd">Text here</p>

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


#469dfd Background Color

<div style="background-color:#469dfd">
Div content here</div>

This div background color is #469dfd


#469dfd Border Color

<div style="border:3px solid #469dfd">
Div here</div>

This div border color is #469dfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,157,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #469dfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #469dfd;
  -webkit-box-shadow: 1px 1px 3px 2px #469dfd;
  box-shadow:         1px 1px 3px 2px #469dfd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469dfd


Comments

No comments written yet.

Please login to write comment.