Color Hex Logo

#469bfc Color Hex

#469BFC
(70,155,252)
0 Favorites   0 Comments

Color spaces of #469bfc

RGB 70155252
HSL0.590.970.63
HSV212°72°99°
CMYK 0.720.380.00   0.01
XYZ31.817831.773196.5513
Yxy31.77310.19870.1984
Hunter Lab56.36762.1144-62.0996
CIE-Lab63.15495.9891-55.6711

#469bfc color RGB value is (70,155,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011011 11111100
Octal 106 233 374
Decimal 70 155 252
Hex 46 9B FC

RGB Percentages of Color #469bfc

%14.68
%32.49
%52.83

CMYK Percentages of Color #469bfc

%72
%38
%0
%1

Triadic Colors of #469bfc

#469bfc #fc469b #9bfc46

Analogous Colors of #469bfc

#469bfc #4c46fc #46f6fc

Monochromatic Colors of #469bfc

#469bfc

Complementary Color

#469bfc #fca746

#469bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#469bfc Color CSS Codes

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

#469bfc Text Font Color

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

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


#469bfc Background Color

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

This div background color is #469bfc


#469bfc Border Color

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

This div border color is #469bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469bfc


Comments

No comments written yet.

Please login to write comment.