Color Hex Logo

#469afe Color Hex

#469AFE
(70,154,254)
0 Favorites   0 Comments

Color spaces of #469afe

RGB 70154254
HSL0.590.990.64
HSV213°72°100°
CMYK 0.720.390.00   0.00
XYZ31.970831.569198.1743
Yxy31.56910.19770.1952
Hunter Lab56.18643.2427-64.2668
CIE-Lab62.98517.2764-57.0345

#469afe color RGB value is (70,154,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 11111110
Octal 106 232 376
Decimal 70 154 254
Hex 46 9A FE

RGB Percentages of Color #469afe

%14.64
%32.22
%53.14

CMYK Percentages of Color #469afe

%72
%39
%0
%0

Triadic Colors of #469afe

#469afe #fe469a #9afe46

Analogous Colors of #469afe

#469afe #4e46fe #46f6fe

Monochromatic Colors of #469afe

#469afe

Complementary Color

#469afe #feaa46

#469afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#469afe Color CSS Codes

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

#469afe Text Font Color

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

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


#469afe Background Color

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

This div background color is #469afe


#469afe Border Color

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

This div border color is #469afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469afe


Comments

No comments written yet.

Please login to write comment.