Color Hex Logo

#469aeb Color Hex

#469AEB
(70,154,235)
0 Favorites   0 Comments

Color spaces of #469aeb

RGB 70154235
HSL0.580.800.60
HSV209°70°92°
CMYK 0.700.340.00   0.08
XYZ29.076830.411582.9347
Yxy30.41150.20420.2135
Hunter Lab55.1466-2.3901-50.5633
CIE-Lab62.00770.6640-48.1550

#469aeb color RGB value is (70,154,235).

#469aeb hex color red value is 70, green value is 154 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #469aeb hue: 0.58 , saturation: 0.80 and the lightness value of 469aeb is 0.60.

The process color (four color CMYK) of #469aeb color hex is 0.70, 0.34, 0.00, 0.08. Web safe color of #469aeb is #3399ff. Color #469aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 11101011
Octal 106 232 353
Decimal 70 154 235
Hex 46 9A EB

RGB Percentages of Color #469aeb

%15.25
%33.55
%51.20

CMYK Percentages of Color #469aeb

%70
%34
%0
%8

Triadic Colors of #469aeb

#469aeb #eb469a #9aeb46

Analogous Colors of #469aeb

#469aeb #4648eb #46ebea

Monochromatic Colors of #469aeb

#469aeb

Complementary Color

#469aeb #eb9746

#469aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#469aeb Color CSS Codes

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

#469aeb Text Font Color

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

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


#469aeb Background Color

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

This div background color is #469aeb


#469aeb Border Color

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

This div border color is #469aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469aeb


Comments

No comments written yet.

Please login to write comment.