Color Hex Logo

#699c92 Color Hex

#699C92
(105,156,146)
0 Favorites   0 Comments

Color spaces of #699c92

RGB 105156146
HSL0.470.200.51
HSV168°33°61°
CMYK 0.330.000.06   0.39
XYZ22.902528.855531.5567
Yxy28.85550.27490.3463
Hunter Lab53.7173-17.90142.7717
CIE-Lab60.6539-19.2678-0.1932

#699c92 color RGB value is (105,156,146).

#699c92 hex color red value is 105, green value is 156 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #699c92 hue: 0.47 , saturation: 0.20 and the lightness value of 699c92 is 0.51.

The process color (four color CMYK) of #699c92 color hex is 0.33, 0.00, 0.06, 0.39. Web safe color of #699c92 is #669999. Color #699c92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011100 10010010
Octal 151 234 222
Decimal 105 156 146
Hex 69 9C 92

RGB Percentages of Color #699c92

%25.80
%38.33
%35.87

CMYK Percentages of Color #699c92

%33
%0
%6
%39

Triadic Colors of #699c92

#699c92 #92699c #9c9269

Analogous Colors of #699c92

#699c92 #698d9c #699c79

Monochromatic Colors of #699c92

#699c92

Complementary Color

#699c92 #9c6973

#699c92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#699c92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#699c92 Color CSS Codes

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

#699c92 Text Font Color

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

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


#699c92 Background Color

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

This div background color is #699c92


#699c92 Border Color

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

This div border color is #699c92


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,156,146, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #699c92; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #699c92;
  -webkit-box-shadow: 1px 1px 3px 2px #699c92;
  box-shadow:         1px 1px 3px 2px #699c92; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,156,146, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #699c92


Comments

No comments written yet.

Please login to write comment.