Color Hex Logo

#468ccc Color Hex

#468CCC
(70,140,204)
0 Favorites   0 Comments

Color spaces of #468ccc

RGB 70140204
HSL0.580.570.54
HSV209°66°80°
CMYK 0.660.310.00   0.20
XYZ22.803024.417960.6380
Yxy24.41790.21140.2264
Hunter Lab49.4145-4.1040-38.1664
CIE-Lab56.5038-1.8307-39.5411

#468ccc color RGB value is (70,140,204).

#468ccc hex color red value is 70, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #468ccc hue: 0.58 , saturation: 0.57 and the lightness value of 468ccc is 0.54.

The process color (four color CMYK) of #468ccc color hex is 0.66, 0.31, 0.00, 0.20. Web safe color of #468ccc is #3399cc. Color #468ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001100 11001100
Octal 106 214 314
Decimal 70 140 204
Hex 46 8C CC

RGB Percentages of Color #468ccc

%16.91
%33.82
%49.28

CMYK Percentages of Color #468ccc

%66
%31
%0
%20

Triadic Colors of #468ccc

#468ccc #cc468c #8ccc46

Analogous Colors of #468ccc

#468ccc #4649cc #46ccc9

Monochromatic Colors of #468ccc

#468ccc

Complementary Color

#468ccc #cc8646

#468ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#468ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#468ccc Color CSS Codes

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

#468ccc Text Font Color

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

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


#468ccc Background Color

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

This div background color is #468ccc


#468ccc Border Color

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

This div border color is #468ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #468ccc


Comments

No comments written yet.

Please login to write comment.