Color Hex Logo

#679884 Color Hex

#679884
(103,152,132)
0 Favorites   0 Comments

Color spaces of #679884

RGB 103152132
HSL0.430.190.50
HSV156°32°60°
CMYK 0.320.000.13   0.40
XYZ20.986627.006025.9364
Yxy27.00600.28390.3653
Hunter Lab51.9673-18.85696.7860
CIE-Lab58.9799-20.98215.2971

#679884 color RGB value is (103,152,132).

#679884 hex color red value is 103, green value is 152 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #679884 hue: 0.43 , saturation: 0.19 and the lightness value of 679884 is 0.50.

The process color (four color CMYK) of #679884 color hex is 0.32, 0.00, 0.13, 0.40. Web safe color of #679884 is #669999. Color #679884 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10011000 10000100
Octal 147 230 204
Decimal 103 152 132
Hex 67 98 84

RGB Percentages of Color #679884

%26.61
%39.28
%34.11

CMYK Percentages of Color #679884

%32
%0
%13
%40

Triadic Colors of #679884

#679884 #846798 #988467

Analogous Colors of #679884

#679884 #679498 #67986c

Monochromatic Colors of #679884

#679884

Complementary Color

#679884 #98677b

#679884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#679884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#679884 Color CSS Codes

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

#679884 Text Font Color

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

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


#679884 Background Color

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

This div background color is #679884


#679884 Border Color

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

This div border color is #679884


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,152,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #679884; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #679884;
  -webkit-box-shadow: 1px 1px 3px 2px #679884;
  box-shadow:         1px 1px 3px 2px #679884; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(103,152,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #679884


Comments

No comments written yet.

Please login to write comment.