Color Hex Logo

#469ecb Color Hex

#469ECB
(70,158,203)
0 Favorites   0 Comments

Color spaces of #469ecb

RGB 70158203
HSL0.560.560.54
HSV200°66°80°
CMYK 0.660.220.00   0.20
XYZ25.532130.067660.9579
Yxy30.06760.21910.2580
Hunter Lab54.8339-12.8452-27.5279
CIE-Lab61.7125-12.3516-30.8494

#469ecb color RGB value is (70,158,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011110 11001011
Octal 106 236 313
Decimal 70 158 203
Hex 46 9E CB

RGB Percentages of Color #469ecb

%16.24
%36.66
%47.10

CMYK Percentages of Color #469ecb

%66
%22
%0
%20

Triadic Colors of #469ecb

#469ecb #cb469e #9ecb46

Analogous Colors of #469ecb

#469ecb #465ccb #46cbb6

Monochromatic Colors of #469ecb

#469ecb

Complementary Color

#469ecb #cb7346

#469ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#469ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#469ecb Color CSS Codes

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

#469ecb Text Font Color

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

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


#469ecb Background Color

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

This div background color is #469ecb


#469ecb Border Color

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

This div border color is #469ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #469ecb


Comments

No comments written yet.

Please login to write comment.