Color Hex Logo

#469aed Color Hex

#469AED
(70,154,237)
0 Favorites   0 Comments

Color spaces of #469aed

RGB 70154237
HSL0.580.820.60
HSV210°70°93°
CMYK 0.700.350.00   0.07
XYZ29.367530.527784.4654
Yxy30.52770.20340.2115
Hunter Lab55.2519-1.8144-51.9623
CIE-Lab62.10691.3553-49.1008

#469aed color RGB value is (70,154,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 11101101
Octal 106 232 355
Decimal 70 154 237
Hex 46 9A ED

RGB Percentages of Color #469aed

%15.18
%33.41
%51.41

CMYK Percentages of Color #469aed

%70
%35
%0
%7

Triadic Colors of #469aed

#469aed #ed469a #9aed46

Analogous Colors of #469aed

#469aed #4646ed #46eded

Monochromatic Colors of #469aed

#469aed

Complementary Color

#469aed #ed9946

#469aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#469aed Color CSS Codes

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

#469aed Text Font Color

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

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


#469aed Background Color

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

This div background color is #469aed


#469aed Border Color

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

This div border color is #469aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469aed


Comments

No comments written yet.

Please login to write comment.