Color Hex Logo

#468ffd Color Hex

#468FFD
(70,143,253)
0 Favorites   0 Comments

Color spaces of #468ffd

RGB 70143253
HSL0.600.980.63
HSV216°72°99°
CMYK 0.720.430.00   0.01
XYZ30.077928.038996.7553
Yxy28.03890.19420.1810
Hunter Lab52.95188.7268-71.2705
CIE-Lab59.923913.4688-61.3771

#468ffd color RGB value is (70,143,253).

#468ffd hex color red value is 70, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #468ffd hue: 0.60 , saturation: 0.98 and the lightness value of 468ffd is 0.63.

The process color (four color CMYK) of #468ffd color hex is 0.72, 0.43, 0.00, 0.01. Web safe color of #468ffd is #3399ff. Color #468ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001111 11111101
Octal 106 217 375
Decimal 70 143 253
Hex 46 8F FD

RGB Percentages of Color #468ffd

%15.02
%30.69
%54.29

CMYK Percentages of Color #468ffd

%72
%43
%0
%1

Triadic Colors of #468ffd

#468ffd #fd468f #8ffd46

Analogous Colors of #468ffd

#468ffd #5846fd #46ebfd

Monochromatic Colors of #468ffd

#468ffd

Complementary Color

#468ffd #fdb446

#468ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#468ffd Color CSS Codes

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

#468ffd Text Font Color

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

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


#468ffd Background Color

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

This div background color is #468ffd


#468ffd Border Color

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

This div border color is #468ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468ffd


Comments

No comments written yet.

Please login to write comment.