Color Hex Logo

#469afd Color Hex

#469AFD
(70,154,253)
0 Favorites   0 Comments

Color spaces of #469afd

RGB 70154253
HSL0.590.980.63
HSV212°72°99°
CMYK 0.720.390.00   0.01
XYZ31.811031.505197.3330
Yxy31.50510.19800.1961
Hunter Lab56.12942.9373-63.5232
CIE-Lab62.93176.9263-56.5731

#469afd color RGB value is (70,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 11111101
Octal 106 232 375
Decimal 70 154 253
Hex 46 9A FD

RGB Percentages of Color #469afd

%14.68
%32.29
%53.04

CMYK Percentages of Color #469afd

%72
%39
%0
%1

Triadic Colors of #469afd

#469afd #fd469a #9afd46

Analogous Colors of #469afd

#469afd #4e46fd #46f6fd

Monochromatic Colors of #469afd

#469afd

Complementary Color

#469afd #fda946

#469afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#469afd Color CSS Codes

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

#469afd Text Font Color

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

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


#469afd Background Color

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

This div background color is #469afd


#469afd Border Color

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

This div border color is #469afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469afd


Comments

No comments written yet.

Please login to write comment.