Color Hex Logo

#468afd Color Hex

#468AFD
(70,138,253)
0 Favorites   0 Comments

Color spaces of #468afd

RGB 70138253
HSL0.600.980.63
HSV218°72°99°
CMYK 0.720.450.00   0.01
XYZ29.343926.570996.5106
Yxy26.57090.19250.1743
Hunter Lab51.547011.4067-74.9249
CIE-Lab58.575016.4883-63.5405

#468afd color RGB value is (70,138,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001010 11111101
Octal 106 212 375
Decimal 70 138 253
Hex 46 8A FD

RGB Percentages of Color #468afd

%15.18
%29.93
%54.88

CMYK Percentages of Color #468afd

%72
%45
%0
%1

Triadic Colors of #468afd

#468afd #fd468a #8afd46

Analogous Colors of #468afd

#468afd #5d46fd #46e6fd

Monochromatic Colors of #468afd

#468afd

Complementary Color

#468afd #fdb946

#468afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#468afd Color CSS Codes

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

#468afd Text Font Color

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

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


#468afd Background Color

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

This div background color is #468afd


#468afd Border Color

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

This div border color is #468afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468afd


Comments

No comments written yet.

Please login to write comment.