Color Hex Logo

#468ecb Color Hex

#468ECB
(70,142,203)
0 Favorites   0 Comments

Color spaces of #468ecb

RGB 70142203
HSL0.580.560.54
HSV208°66°80°
CMYK 0.660.300.00   0.20
XYZ22.978324.959960.1066
Yxy24.95990.21270.2310
Hunter Lab49.9599-5.3314-36.3597
CIE-Lab57.0363-3.3320-38.1408

#468ecb color RGB value is (70,142,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001110 11001011
Octal 106 216 313
Decimal 70 142 203
Hex 46 8E CB

RGB Percentages of Color #468ecb

%16.87
%34.22
%48.92

CMYK Percentages of Color #468ecb

%66
%30
%0
%20

Triadic Colors of #468ecb

#468ecb #cb468e #8ecb46

Analogous Colors of #468ecb

#468ecb #464bcb #46cbc6

Monochromatic Colors of #468ecb

#468ecb

Complementary Color

#468ecb #cb8346

#468ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#468ecb Color CSS Codes

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

#468ecb Text Font Color

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

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


#468ecb Background Color

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

This div background color is #468ecb


#468ecb Border Color

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

This div border color is #468ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468ecb


Comments

No comments written yet.

Please login to write comment.