Color Hex Logo

#468fdc Color Hex

#468FDC
(70,143,220)
0 Favorites   0 Comments

Color spaces of #468fdc

RGB 70143220
HSL0.590.680.57
HSV211°68°86°
CMYK 0.680.350.00   0.14
XYZ25.266526.114371.4190
Yxy26.11430.20580.2127
Hunter Lab51.1022-1.1728-47.0906
CIE-Lab58.14541.9014-45.9357

#468fdc color RGB value is (70,143,220).

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

The process color (four color CMYK) of #468fdc color hex is 0.68, 0.35, 0.00, 0.14. Web safe color of #468fdc is #3399cc. Color #468fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001111 11011100
Octal 106 217 334
Decimal 70 143 220
Hex 46 8F DC

RGB Percentages of Color #468fdc

%16.17
%33.03
%50.81

CMYK Percentages of Color #468fdc

%68
%35
%0
%14

Triadic Colors of #468fdc

#468fdc #dc468f #8fdc46

Analogous Colors of #468fdc

#468fdc #4846dc #46dadc

Monochromatic Colors of #468fdc

#468fdc

Complementary Color

#468fdc #dc9346

#468fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#468fdc Color CSS Codes

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

#468fdc Text Font Color

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

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


#468fdc Background Color

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

This div background color is #468fdc


#468fdc Border Color

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

This div border color is #468fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468fdc


Comments

No comments written yet.

Please login to write comment.