Color Hex Logo

#469dde Color Hex

#469DDE
(70,157,222)
0 Favorites   0 Comments

Color spaces of #469dde

RGB 70157222
HSL0.570.700.57
HSV206°68°87°
CMYK 0.680.290.00   0.13
XYZ27.767630.690073.5675
Yxy30.69000.21030.2325
Hunter Lab55.3986-7.4773-39.9562
CIE-Lab62.2451-5.4936-40.5926

#469dde color RGB value is (70,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011101 11011110
Octal 106 235 336
Decimal 70 157 222
Hex 46 9D DE

RGB Percentages of Color #469dde

%15.59
%34.97
%49.44

CMYK Percentages of Color #469dde

%68
%29
%0
%13

Triadic Colors of #469dde

#469dde #de469d #9dde46

Analogous Colors of #469dde

#469dde #4651de #46ded3

Monochromatic Colors of #469dde

#469dde

Complementary Color

#469dde #de8746

#469dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#469dde Color CSS Codes

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

#469dde Text Font Color

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

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


#469dde Background Color

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

This div background color is #469dde


#469dde Border Color

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

This div border color is #469dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,157,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 #469dde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469dde


Comments

No comments written yet.

Please login to write comment.