Color Hex Logo

#468eed Color Hex

#468EED
(70,142,237)
0 Favorites   0 Comments

Color spaces of #468eed

RGB 70142237
HSL0.590.820.60
HSV214°70°93°
CMYK 0.700.400.00   0.07
XYZ27.484926.762583.8378
Yxy26.76250.19900.1938
Hunter Lab51.73254.3032-59.8728
CIE-Lab58.75388.4250-54.4256

#468eed color RGB value is (70,142,237).

#468eed hex color red value is 70, green value is 142 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #468eed hue: 0.59 , saturation: 0.82 and the lightness value of 468eed is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001110 11101101
Octal 106 216 355
Decimal 70 142 237
Hex 46 8E ED

RGB Percentages of Color #468eed

%15.59
%31.63
%52.78

CMYK Percentages of Color #468eed

%70
%40
%0
%7

Triadic Colors of #468eed

#468eed #ed468e #8eed46

Analogous Colors of #468eed

#468eed #5246ed #46e2ed

Monochromatic Colors of #468eed

#468eed

Complementary Color

#468eed #eda546

#468eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#468eed Color CSS Codes

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

#468eed Text Font Color

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

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


#468eed Background Color

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

This div background color is #468eed


#468eed Border Color

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

This div border color is #468eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468eed


Comments

No comments written yet.

Please login to write comment.