Color Hex Logo

#68907d Color Hex

#68907D
(104,144,125)
0 Favorites   0 Comments

Color spaces of #68907d

RGB 104144125
HSL0.420.160.49
HSV152°28°56°
CMYK 0.280.000.13   0.44
XYZ19.383824.370223.0843
Yxy24.37020.29000.3646
Hunter Lab49.3662-16.30226.8315
CIE-Lab56.4566-18.00385.6686

#68907d color RGB value is (104,144,125).

#68907d hex color red value is 104, green value is 144 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #68907d hue: 0.42 , saturation: 0.16 and the lightness value of 68907d is 0.49.

The process color (four color CMYK) of #68907d color hex is 0.28, 0.00, 0.13, 0.44. Web safe color of #68907d is #669966. Color #68907d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010000 01111101
Octal 150 220 175
Decimal 104 144 125
Hex 68 90 7D

RGB Percentages of Color #68907d

%27.88
%38.61
%33.51

CMYK Percentages of Color #68907d

%28
%0
%13
%44

Triadic Colors of #68907d

#68907d #7d6890 #907d68

Analogous Colors of #68907d

#68907d #688f90 #689069

Monochromatic Colors of #68907d

#68907d

Complementary Color

#68907d #90687b

#68907d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68907d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68907d Color CSS Codes

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

#68907d Text Font Color

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

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


#68907d Background Color

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

This div background color is #68907d


#68907d Border Color

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

This div border color is #68907d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,144,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68907d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68907d;
  -webkit-box-shadow: 1px 1px 3px 2px #68907d;
  box-shadow:         1px 1px 3px 2px #68907d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68907d


Comments

No comments written yet.

Please login to write comment.