Color Hex Logo

#469ede Color Hex

#469EDE
(70,158,222)
0 Favorites   0 Comments

Color spaces of #469ede

RGB 70158222
HSL0.570.700.57
HSV205°68°87°
CMYK 0.680.290.00   0.13
XYZ27.937531.029773.6241
Yxy31.02970.21070.2340
Hunter Lab55.7043-7.9591-39.3703
CIE-Lab62.5327-6.0581-40.1417

#469ede color RGB value is (70,158,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011110 11011110
Octal 106 236 336
Decimal 70 158 222
Hex 46 9E DE

RGB Percentages of Color #469ede

%15.56
%35.11
%49.33

CMYK Percentages of Color #469ede

%68
%29
%0
%13

Triadic Colors of #469ede

#469ede #de469e #9ede46

Analogous Colors of #469ede

#469ede #4652de #46ded2

Monochromatic Colors of #469ede

#469ede

Complementary Color

#469ede #de8646

#469ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#469ede Color CSS Codes

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

#469ede Text Font Color

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

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


#469ede Background Color

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

This div background color is #469ede


#469ede Border Color

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

This div border color is #469ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469ede


Comments

No comments written yet.

Please login to write comment.