Color Hex Logo

#456468 Color Hex

#456468
(69,100,104)
0 Favorites   0 Comments

Color spaces of #456468

RGB 69100104
HSL0.520.200.34
HSV187°34°41°
CMYK 0.340.040.00   0.59
XYZ9.510111.379014.7918
Yxy11.37900.26650.3189
Hunter Lab33.7328-8.7088-2.3857
CIE-Lab40.2116-10.1680-5.8970

#456468 color RGB value is (69,100,104).

#456468 hex color red value is 69, green value is 100 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #456468 hue: 0.52 , saturation: 0.20 and the lightness value of 456468 is 0.34.

The process color (four color CMYK) of #456468 color hex is 0.34, 0.04, 0.00, 0.59. Web safe color of #456468 is #336666. Color #456468 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01100100 01101000
Octal 105 144 150
Decimal 69 100 104
Hex 45 64 68

RGB Percentages of Color #456468

%25.27
%36.63
%38.10

CMYK Percentages of Color #456468

%34
%4
%0
%59

Triadic Colors of #456468

#456468 #684564 #646845

Analogous Colors of #456468

#456468 #455368 #45685b

Monochromatic Colors of #456468

#456468

Complementary Color

#456468 #684945

#456468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#456468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#456468 Color CSS Codes

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

#456468 Text Font Color

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

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


#456468 Background Color

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

This div background color is #456468


#456468 Border Color

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

This div border color is #456468


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,100,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #456468; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #456468;
  -webkit-box-shadow: 1px 1px 3px 2px #456468;
  box-shadow:         1px 1px 3px 2px #456468; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,100,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #456468


Comments

No comments written yet.

Please login to write comment.