Color Hex Logo

#469ebd Color Hex

#469EBD
(70,158,189)
0 Favorites   0 Comments

Color spaces of #469ebd

RGB 70158189
HSL0.540.470.51
HSV196°63°74°
CMYK 0.630.160.00   0.26
XYZ23.938029.429952.5630
Yxy29.42990.22600.2778
Hunter Lab54.2493-16.1716-19.4724
CIE-Lab61.1592-16.8255-23.8599

#469ebd color RGB value is (70,158,189).

#469ebd hex color red value is 70, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #469ebd hue: 0.54 , saturation: 0.47 and the lightness value of 469ebd is 0.51.

The process color (four color CMYK) of #469ebd color hex is 0.63, 0.16, 0.00, 0.26. Web safe color of #469ebd is #3399cc. Color #469ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011110 10111101
Octal 106 236 275
Decimal 70 158 189
Hex 46 9E BD

RGB Percentages of Color #469ebd

%16.79
%37.89
%45.32

CMYK Percentages of Color #469ebd

%63
%16
%0
%26

Triadic Colors of #469ebd

#469ebd #bd469e #9ebd46

Analogous Colors of #469ebd

#469ebd #4663bd #46bda1

Monochromatic Colors of #469ebd

#469ebd

Complementary Color

#469ebd #bd6546

#469ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#469ebd Color CSS Codes

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

#469ebd Text Font Color

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

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


#469ebd Background Color

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

This div background color is #469ebd


#469ebd Border Color

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

This div border color is #469ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469ebd


Comments

No comments written yet.

Please login to write comment.