Color Hex Logo

#468ff0 Color Hex

#468FF0
(70,143,240)
0 Favorites   0 Comments

Color spaces of #468ff0

RGB 70143240
HSL0.600.850.61
HSV214°71°94°
CMYK 0.710.400.00   0.06
XYZ28.076427.238386.2158
Yxy27.23830.19840.1925
Hunter Lab52.19034.6931-61.4109
CIE-Lab59.19438.8818-55.3834

#468ff0 color RGB value is (70,143,240).

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

The process color (four color CMYK) of #468ff0 color hex is 0.71, 0.40, 0.00, 0.06. Web safe color of #468ff0 is #3399ff. Color #468ff0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001111 11110000
Octal 106 217 360
Decimal 70 143 240
Hex 46 8F F0

RGB Percentages of Color #468ff0

%15.45
%31.57
%52.98

CMYK Percentages of Color #468ff0

%71
%40
%0
%6

Triadic Colors of #468ff0

#468ff0 #f0468f #8ff046

Analogous Colors of #468ff0

#468ff0 #5246f0 #46e4f0

Monochromatic Colors of #468ff0

#468ff0

Complementary Color

#468ff0 #f0a746

#468ff0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468ff0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#468ff0 Color CSS Codes

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

#468ff0 Text Font Color

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

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


#468ff0 Background Color

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

This div background color is #468ff0


#468ff0 Border Color

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

This div border color is #468ff0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468ff0


Comments

No comments written yet.

Please login to write comment.