Color Hex Logo

#469fec Color Hex

#469FEC
(70,159,236)
0 Favorites   0 Comments

Color spaces of #469fec

RGB 70159236
HSL0.580.810.60
HSV208°70°93°
CMYK 0.700.330.00   0.07
XYZ30.064232.154583.9788
Yxy32.15450.20560.2199
Hunter Lab56.7049-4.5953-48.1138
CIE-Lab63.4704-1.8696-46.3964

#469fec color RGB value is (70,159,236).

#469fec hex color red value is 70, green value is 159 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #469fec hue: 0.58 , saturation: 0.81 and the lightness value of 469fec is 0.60.

The process color (four color CMYK) of #469fec color hex is 0.70, 0.33, 0.00, 0.07. Web safe color of #469fec is #3399ff. Color #469fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011111 11101100
Octal 106 237 354
Decimal 70 159 236
Hex 46 9F EC

RGB Percentages of Color #469fec

%15.05
%34.19
%50.75

CMYK Percentages of Color #469fec

%70
%33
%0
%7

Triadic Colors of #469fec

#469fec #ec469f #9fec46

Analogous Colors of #469fec

#469fec #464cec #46ece6

Monochromatic Colors of #469fec

#469fec

Complementary Color

#469fec #ec9346

#469fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#469fec Color CSS Codes

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

#469fec Text Font Color

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

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


#469fec Background Color

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

This div background color is #469fec


#469fec Border Color

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

This div border color is #469fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469fec


Comments

No comments written yet.

Please login to write comment.