Color Hex Logo

#469ecd Color Hex

#469ECD
(70,158,205)
0 Favorites   0 Comments

Color spaces of #469ecd

RGB 70158205
HSL0.560.570.54
HSV201°66°80°
CMYK 0.660.230.00   0.20
XYZ25.772130.163662.2214
Yxy30.16360.21810.2553
Hunter Lab54.9214-12.3506-28.7257
CIE-Lab61.7951-11.7000-31.8380

#469ecd color RGB value is (70,158,205).

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

The process color (four color CMYK) of #469ecd color hex is 0.66, 0.23, 0.00, 0.20. Web safe color of #469ecd is #3399cc. Color #469ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011110 11001101
Octal 106 236 315
Decimal 70 158 205
Hex 46 9E CD

RGB Percentages of Color #469ecd

%16.17
%36.49
%47.34

CMYK Percentages of Color #469ecd

%66
%23
%0
%20

Triadic Colors of #469ecd

#469ecd #cd469e #9ecd46

Analogous Colors of #469ecd

#469ecd #465bcd #46cdb9

Monochromatic Colors of #469ecd

#469ecd

Complementary Color

#469ecd #cd7546

#469ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#469ecd Color CSS Codes

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

#469ecd Text Font Color

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

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


#469ecd Background Color

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

This div background color is #469ecd


#469ecd Border Color

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

This div border color is #469ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469ecd


Comments

No comments written yet.

Please login to write comment.