Color Hex Logo

#468cfd Color Hex

#468CFD
(70,140,253)
0 Favorites   0 Comments

Color spaces of #468cfd

RGB 70140253
HSL0.600.980.63
HSV217°72°99°
CMYK 0.720.450.00   0.01
XYZ29.633527.150196.6071
Yxy27.15010.19320.1770
Hunter Lab52.105810.3311-73.4531
CIE-Lab59.113015.2775-62.6769

#468cfd color RGB value is (70,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001100 11111101
Octal 106 214 375
Decimal 70 140 253
Hex 46 8C FD

RGB Percentages of Color #468cfd

%15.12
%30.24
%54.64

CMYK Percentages of Color #468cfd

%72
%45
%0
%1

Triadic Colors of #468cfd

#468cfd #fd468c #8cfd46

Analogous Colors of #468cfd

#468cfd #5c46fd #46e8fd

Monochromatic Colors of #468cfd

#468cfd

Complementary Color

#468cfd #fdb746

#468cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#468cfd Color CSS Codes

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

#468cfd Text Font Color

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

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


#468cfd Background Color

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

This div background color is #468cfd


#468cfd Border Color

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

This div border color is #468cfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,140,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 #468cfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.