Color Hex Logo

#469ad5 Color Hex

#469AD5
(70,154,213)
0 Favorites   0 Comments

Color spaces of #469ad5

RGB 70154213
HSL0.570.630.55
HSV205°67°84°
CMYK 0.670.280.00   0.16
XYZ26.091629.217467.2151
Yxy29.21740.21300.2385
Hunter Lab54.0531-8.4305-35.8900
CIE-Lab60.9730-6.8246-37.5817

#469ad5 color RGB value is (70,154,213).

#469ad5 hex color red value is 70, green value is 154 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #469ad5 hue: 0.57 , saturation: 0.63 and the lightness value of 469ad5 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 11010101
Octal 106 232 325
Decimal 70 154 213
Hex 46 9A D5

RGB Percentages of Color #469ad5

%16.02
%35.24
%48.74

CMYK Percentages of Color #469ad5

%67
%28
%0
%16

Triadic Colors of #469ad5

#469ad5 #d5469a #9ad546

Analogous Colors of #469ad5

#469ad5 #4652d5 #46d5c9

Monochromatic Colors of #469ad5

#469ad5

Complementary Color

#469ad5 #d58146

#469ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#469ad5 Color CSS Codes

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

#469ad5 Text Font Color

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

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


#469ad5 Background Color

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

This div background color is #469ad5


#469ad5 Border Color

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

This div border color is #469ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469ad5


Comments

No comments written yet.

Please login to write comment.