Color Hex Logo

#469fce Color Hex

#469FCE
(70,159,206)
0 Favorites   0 Comments

Color spaces of #469fce

RGB 70159206
HSL0.560.580.54
HSV201°66°81°
CMYK 0.660.230.00   0.19
XYZ26.064530.554662.9164
Yxy30.55460.21800.2556
Hunter Lab55.2762-12.5649-28.7916
CIE-Lab62.1298-11.9234-31.8766

#469fce color RGB value is (70,159,206).

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

The process color (four color CMYK) of #469fce color hex is 0.66, 0.23, 0.00, 0.19. Web safe color of #469fce is #3399cc. Color #469fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011111 11001110
Octal 106 237 316
Decimal 70 159 206
Hex 46 9F CE

RGB Percentages of Color #469fce

%16.09
%36.55
%47.36

CMYK Percentages of Color #469fce

%66
%23
%0
%19

Triadic Colors of #469fce

#469fce #ce469f #9fce46

Analogous Colors of #469fce

#469fce #465bce #46ceb9

Monochromatic Colors of #469fce

#469fce

Complementary Color

#469fce #ce7546

#469fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#469fce Color CSS Codes

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

#469fce Text Font Color

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

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


#469fce Background Color

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

This div background color is #469fce


#469fce Border Color

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

This div border color is #469fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469fce


Comments

No comments written yet.

Please login to write comment.