Color Hex Logo

#469cfa Color Hex

#469CFA
(70,156,250)
0 Favorites   0 Comments

Color spaces of #469cfa

RGB 70156250
HSL0.590.950.63
HSV211°72°98°
CMYK 0.720.380.00   0.02
XYZ31.669631.981294.9463
Yxy31.98120.19970.2017
Hunter Lab56.55190.9958-59.9570
CIE-Lab63.32734.7060-54.3032

#469cfa color RGB value is (70,156,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011100 11111010
Octal 106 234 372
Decimal 70 156 250
Hex 46 9C FA

RGB Percentages of Color #469cfa

%14.71
%32.77
%52.52

CMYK Percentages of Color #469cfa

%72
%38
%0
%2

Triadic Colors of #469cfa

#469cfa #fa469c #9cfa46

Analogous Colors of #469cfa

#469cfa #4a46fa #46f6fa

Monochromatic Colors of #469cfa

#469cfa

Complementary Color

#469cfa #faa446

#469cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#469cfa Color CSS Codes

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

#469cfa Text Font Color

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

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


#469cfa Background Color

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

This div background color is #469cfa


#469cfa Border Color

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

This div border color is #469cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469cfa


Comments

No comments written yet.

Please login to write comment.