Color Hex Logo

#469add Color Hex

#469ADD
(70,154,221)
0 Favorites   0 Comments

Color spaces of #469add

RGB 70154221
HSL0.570.690.57
HSV207°68°87°
CMYK 0.680.300.00   0.13
XYZ27.132529.633872.6965
Yxy29.63380.20960.2289
Hunter Lab54.4369-6.2965-41.0716
CIE-Lab61.3370-4.1283-41.4630

#469add color RGB value is (70,154,221).

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

The process color (four color CMYK) of #469add color hex is 0.68, 0.30, 0.00, 0.13. Web safe color of #469add is #3399cc. Color #469add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 11011101
Octal 106 232 335
Decimal 70 154 221
Hex 46 9A DD

RGB Percentages of Color #469add

%15.73
%34.61
%49.66

CMYK Percentages of Color #469add

%68
%30
%0
%13

Triadic Colors of #469add

#469add #dd469a #9add46

Analogous Colors of #469add

#469add #464edd #46ddd5

Monochromatic Colors of #469add

#469add

Complementary Color

#469add #dd8946

#469add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469add Color Preview on White Background

Lorem ipsum dolor sit amet.

#469add Color CSS Codes

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

#469add Text Font Color

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

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


#469add Background Color

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

This div background color is #469add


#469add Border Color

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

This div border color is #469add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469add


Comments

No comments written yet.

Please login to write comment.