Color Hex Logo

#699884 Color Hex

#699884
(105,152,132)
0 Favorites   0 Comments

Color spaces of #699884

RGB 105152132
HSL0.430.190.50
HSV154°31°60°
CMYK 0.310.000.13   0.40
XYZ21.218827.125725.9472
Yxy27.12570.28560.3651
Hunter Lab52.0823-18.42166.9196
CIE-Lab59.0905-20.34845.4706

#699884 color RGB value is (105,152,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011000 10000100
Octal 151 230 204
Decimal 105 152 132
Hex 69 98 84

RGB Percentages of Color #699884

%26.99
%39.07
%33.93

CMYK Percentages of Color #699884

%31
%0
%13
%40

Triadic Colors of #699884

#699884 #846998 #988469

Analogous Colors of #699884

#699884 #699598 #69986d

Monochromatic Colors of #699884

#699884

Complementary Color

#699884 #98697d

#699884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699884 Color CSS Codes

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

#699884 Text Font Color

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

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


#699884 Background Color

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

This div background color is #699884


#699884 Border Color

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

This div border color is #699884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699884


Comments

No comments written yet.

Please login to write comment.