Color Hex Logo

#468fc5 Color Hex

#468FC5
(70,143,197)
0 Favorites   0 Comments

Color spaces of #468fc5

RGB 70143197
HSL0.570.520.52
HSV206°64°77°
CMYK 0.640.270.00   0.23
XYZ22.426324.978256.4626
Yxy24.97820.21590.2405
Hunter Lab49.9782-7.3650-31.9978
CIE-Lab57.0542-5.9234-34.7252

#468fc5 color RGB value is (70,143,197).

#468fc5 hex color red value is 70, green value is 143 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #468fc5 hue: 0.57 , saturation: 0.52 and the lightness value of 468fc5 is 0.52.

The process color (four color CMYK) of #468fc5 color hex is 0.64, 0.27, 0.00, 0.23. Web safe color of #468fc5 is #3399cc. Color #468fc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001111 11000101
Octal 106 217 305
Decimal 70 143 197
Hex 46 8F C5

RGB Percentages of Color #468fc5

%17.07
%34.88
%48.05

CMYK Percentages of Color #468fc5

%64
%27
%0
%23

Triadic Colors of #468fc5

#468fc5 #c5468f #8fc546

Analogous Colors of #468fc5

#468fc5 #4650c5 #46c5bc

Monochromatic Colors of #468fc5

#468fc5

Complementary Color

#468fc5 #c57c46

#468fc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468fc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468fc5 Color CSS Codes

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

#468fc5 Text Font Color

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

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


#468fc5 Background Color

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

This div background color is #468fc5


#468fc5 Border Color

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

This div border color is #468fc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468fc5


Comments

No comments written yet.

Please login to write comment.