Color Hex Logo

#469dbc Color Hex

#469DBC
(70,157,188)
0 Favorites   0 Comments

Color spaces of #469dbc

RGB 70157188
HSL0.540.470.51
HSV196°63°74°
CMYK 0.630.160.00   0.26
XYZ23.659929.046951.9366
Yxy29.04690.22610.2776
Hunter Lab53.8952-15.9553-19.4088
CIE-Lab60.8230-16.6040-23.8137

#469dbc color RGB value is (70,157,188).

#469dbc hex color red value is 70, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #469dbc hue: 0.54 , saturation: 0.47 and the lightness value of 469dbc is 0.51.

The process color (four color CMYK) of #469dbc color hex is 0.63, 0.16, 0.00, 0.26. Web safe color of #469dbc is #3399cc. Color #469dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011101 10111100
Octal 106 235 274
Decimal 70 157 188
Hex 46 9D BC

RGB Percentages of Color #469dbc

%16.87
%37.83
%45.30

CMYK Percentages of Color #469dbc

%63
%16
%0
%26

Triadic Colors of #469dbc

#469dbc #bc469d #9dbc46

Analogous Colors of #469dbc

#469dbc #4662bc #46bca0

Monochromatic Colors of #469dbc

#469dbc

Complementary Color

#469dbc #bc6546

#469dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#469dbc Color CSS Codes

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

#469dbc Text Font Color

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

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


#469dbc Background Color

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

This div background color is #469dbc


#469dbc Border Color

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

This div border color is #469dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469dbc


Comments

No comments written yet.

Please login to write comment.