Color Hex Logo

#469aee Color Hex

#469AEE
(70,154,238)
0 Favorites   0 Comments

Color spaces of #469aee

RGB 70154238
HSL0.580.830.60
HSV210°71°93°
CMYK 0.710.350.00   0.07
XYZ29.514030.586385.2371
Yxy30.58630.20310.2105
Hunter Lab55.3049-1.5252-52.6656
CIE-Lab62.15681.7012-49.5727

#469aee color RGB value is (70,154,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011010 11101110
Octal 106 232 356
Decimal 70 154 238
Hex 46 9A EE

RGB Percentages of Color #469aee

%15.15
%33.33
%51.52

CMYK Percentages of Color #469aee

%71
%35
%0
%7

Triadic Colors of #469aee

#469aee #ee469a #9aee46

Analogous Colors of #469aee

#469aee #4646ee #46eeee

Monochromatic Colors of #469aee

#469aee

Complementary Color

#469aee #ee9a46

#469aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#469aee Color CSS Codes

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

#469aee Text Font Color

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

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


#469aee Background Color

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

This div background color is #469aee


#469aee Border Color

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

This div border color is #469aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469aee


Comments

No comments written yet.

Please login to write comment.