Color Hex Logo

#469bde Color Hex

#469BDE
(70,155,222)
0 Favorites   0 Comments

Color spaces of #469bde

RGB 70155222
HSL0.570.700.57
HSV206°68°87°
CMYK 0.680.300.00   0.13
XYZ27.431930.018773.4556
Yxy30.01870.20960.2293
Hunter Lab54.7893-6.5100-41.1371
CIE-Lab61.6704-4.3588-41.4945

#469bde color RGB value is (70,155,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011011 11011110
Octal 106 233 336
Decimal 70 155 222
Hex 46 9B DE

RGB Percentages of Color #469bde

%15.66
%34.68
%49.66

CMYK Percentages of Color #469bde

%68
%30
%0
%13

Triadic Colors of #469bde

#469bde #de469b #9bde46

Analogous Colors of #469bde

#469bde #464fde #46ded5

Monochromatic Colors of #469bde

#469bde

Complementary Color

#469bde #de8946

#469bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#469bde Color CSS Codes

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

#469bde Text Font Color

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

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


#469bde Background Color

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

This div background color is #469bde


#469bde Border Color

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

This div border color is #469bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469bde


Comments

No comments written yet.

Please login to write comment.