Color Hex Logo

#468fda Color Hex

#468FDA
(70,143,218)
0 Favorites   0 Comments

Color spaces of #468fda

RGB 70143218
HSL0.580.670.56
HSV210°68°85°
CMYK 0.680.340.00   0.15
XYZ25.003126.009070.0321
Yxy26.00900.20660.2149
Hunter Lab50.9990-1.7358-45.7180
CIE-Lab58.04561.2104-44.9756

#468fda color RGB value is (70,143,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001111 11011010
Octal 106 217 332
Decimal 70 143 218
Hex 46 8F DA

RGB Percentages of Color #468fda

%16.24
%33.18
%50.58

CMYK Percentages of Color #468fda

%68
%34
%0
%15

Triadic Colors of #468fda

#468fda #da468f #8fda46

Analogous Colors of #468fda

#468fda #4746da #46d9da

Monochromatic Colors of #468fda

#468fda

Complementary Color

#468fda #da9146

#468fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#468fda Color CSS Codes

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

#468fda Text Font Color

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

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


#468fda Background Color

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

This div background color is #468fda


#468fda Border Color

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

This div border color is #468fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468fda


Comments

No comments written yet.

Please login to write comment.