Color Hex Logo

#469abe Color Hex

#469ABE
(70,154,190)
0 Favorites   0 Comments

Color spaces of #469abe

RGB 70154190
HSL0.550.480.51
HSV198°63°75°
CMYK 0.630.190.00   0.25
XYZ23.375728.131052.9130
Yxy28.13100.22390.2694
Hunter Lab53.0387-14.1475-22.0225
CIE-Lab60.0069-14.3508-26.1940

#469abe color RGB value is (70,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 10111110
Octal 106 232 276
Decimal 70 154 190
Hex 46 9A BE

RGB Percentages of Color #469abe

%16.91
%37.20
%45.89

CMYK Percentages of Color #469abe

%63
%19
%0
%25

Triadic Colors of #469abe

#469abe #be469a #9abe46

Analogous Colors of #469abe

#469abe #465ebe #46bea6

Monochromatic Colors of #469abe

#469abe

Complementary Color

#469abe #be6a46

#469abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#469abe Color CSS Codes

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

#469abe Text Font Color

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

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


#469abe Background Color

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

This div background color is #469abe


#469abe Border Color

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

This div border color is #469abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469abe


Comments

No comments written yet.

Please login to write comment.