Color Hex Logo

#468cbe Color Hex

#468CBE
(70,140,190)
0 Favorites   0 Comments

Color spaces of #468cbe

RGB 70140190
HSL0.570.480.51
HSV205°63°75°
CMYK 0.630.260.00   0.25
XYZ21.198123.776052.1872
Yxy23.77600.21820.2447
Hunter Lab48.7606-7.7304-29.3240
CIE-Lab55.8628-6.5347-32.6167

#468cbe color RGB value is (70,140,190).

#468cbe hex color red value is 70, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #468cbe hue: 0.57 , saturation: 0.48 and the lightness value of 468cbe is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001100 10111110
Octal 106 214 276
Decimal 70 140 190
Hex 46 8C BE

RGB Percentages of Color #468cbe

%17.50
%35.00
%47.50

CMYK Percentages of Color #468cbe

%63
%26
%0
%25

Triadic Colors of #468cbe

#468cbe #be468c #8cbe46

Analogous Colors of #468cbe

#468cbe #4650be #46beb4

Monochromatic Colors of #468cbe

#468cbe

Complementary Color

#468cbe #be7846

#468cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#468cbe Color CSS Codes

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

#468cbe Text Font Color

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

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


#468cbe Background Color

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

This div background color is #468cbe


#468cbe Border Color

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

This div border color is #468cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468cbe


Comments

No comments written yet.

Please login to write comment.