Color Hex Logo

#469dcf Color Hex

#469DCF
(70,157,207)
0 Favorites   0 Comments

Color spaces of #469dcf

RGB 70157207
HSL0.560.590.54
HSV202°66°81°
CMYK 0.660.240.00   0.19
XYZ25.845229.921063.4446
Yxy29.92100.21680.2510
Hunter Lab54.7001-11.3858-30.4782
CIE-Lab61.5860-10.4929-33.2791

#469dcf color RGB value is (70,157,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011101 11001111
Octal 106 235 317
Decimal 70 157 207
Hex 46 9D CF

RGB Percentages of Color #469dcf

%16.13
%36.18
%47.70

CMYK Percentages of Color #469dcf

%66
%24
%0
%19

Triadic Colors of #469dcf

#469dcf #cf469d #9dcf46

Analogous Colors of #469dcf

#469dcf #4659cf #46cfbd

Monochromatic Colors of #469dcf

#469dcf

Complementary Color

#469dcf #cf7846

#469dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#469dcf Color CSS Codes

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

#469dcf Text Font Color

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

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


#469dcf Background Color

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

This div background color is #469dcf


#469dcf Border Color

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

This div border color is #469dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469dcf


Comments

No comments written yet.

Please login to write comment.