Color Hex Logo

#468aed Color Hex

#468AED
(70,138,237)
0 Favorites   0 Comments

Color spaces of #468aed

RGB 70138237
HSL0.600.820.60
HSV216°70°93°
CMYK 0.700.420.00   0.07
XYZ26.900325.593583.6430
Yxy25.59350.19760.1880
Hunter Lab50.59006.3815-62.6141
CIE-Lab57.649210.8255-56.1882

#468aed color RGB value is (70,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001010 11101101
Octal 106 212 355
Decimal 70 138 237
Hex 46 8A ED

RGB Percentages of Color #468aed

%15.73
%31.01
%53.26

CMYK Percentages of Color #468aed

%70
%42
%0
%7

Triadic Colors of #468aed

#468aed #ed468a #8aed46

Analogous Colors of #468aed

#468aed #5546ed #46deed

Monochromatic Colors of #468aed

#468aed

Complementary Color

#468aed #eda946

#468aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#468aed Color CSS Codes

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

#468aed Text Font Color

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

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


#468aed Background Color

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

This div background color is #468aed


#468aed Border Color

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

This div border color is #468aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468aed


Comments

No comments written yet.

Please login to write comment.