Color Hex Logo

#468adc Color Hex

#468ADC
(70,138,220)
0 Favorites   0 Comments

Color spaces of #468adc

RGB 70138220
HSL0.590.680.57
HSV213°68°86°
CMYK 0.680.370.00   0.14
XYZ24.532524.646471.1744
Yxy24.64640.20380.2048
Hunter Lab49.64511.3281-50.2503
CIE-Lab56.72934.8615-48.1787

#468adc color RGB value is (70,138,220).

#468adc hex color red value is 70, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #468adc hue: 0.59 , saturation: 0.68 and the lightness value of 468adc is 0.57.

The process color (four color CMYK) of #468adc color hex is 0.68, 0.37, 0.00, 0.14. Web safe color of #468adc is #3399cc. Color #468adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001010 11011100
Octal 106 212 334
Decimal 70 138 220
Hex 46 8A DC

RGB Percentages of Color #468adc

%16.36
%32.24
%51.40

CMYK Percentages of Color #468adc

%68
%37
%0
%14

Triadic Colors of #468adc

#468adc #dc468a #8adc46

Analogous Colors of #468adc

#468adc #4d46dc #46d5dc

Monochromatic Colors of #468adc

#468adc

Complementary Color

#468adc #dc9846

#468adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#468adc Color CSS Codes

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

#468adc Text Font Color

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

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


#468adc Background Color

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

This div background color is #468adc


#468adc Border Color

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

This div border color is #468adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468adc


Comments

No comments written yet.

Please login to write comment.