Color Hex Logo

#888250 Color Hex

#888250
(136,130,80)
0 Favorites   0 Comments

Color spaces of #888250

RGB 13613080
HSL0.150.260.42
HSV54°41°53°
CMYK 0.000.040.41   0.47
XYZ19.583921.778710.7609
Yxy21.77870.37570.4178
Hunter Lab46.6677-6.761618.9959
CIE-Lab53.7914-5.506827.8617

#888250 color RGB value is (136,130,80).

#888250 hex color red value is 136, green value is 130 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #888250 hue: 0.15 , saturation: 0.26 and the lightness value of 888250 is 0.42.

The process color (four color CMYK) of #888250 color hex is 0.00, 0.04, 0.41, 0.47. Web safe color of #888250 is #999966. Color #888250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000010 01010000
Octal 210 202 120
Decimal 136 130 80
Hex 88 82 50

RGB Percentages of Color #888250

%39.31
%37.57
%23.12

CMYK Percentages of Color #888250

%0
%4
%41
%47

Triadic Colors of #888250

#888250 #508882 #825088

Analogous Colors of #888250

#888250 #728850 #886650

Monochromatic Colors of #888250

#888250

Complementary Color

#888250 #505688

#888250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888250 Color CSS Codes

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

#888250 Text Font Color

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

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


#888250 Background Color

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

This div background color is #888250


#888250 Border Color

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

This div border color is #888250


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,130,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #888250; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #888250;
  -webkit-box-shadow: 1px 1px 3px 2px #888250;
  box-shadow:         1px 1px 3px 2px #888250; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,130,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888250


Comments

No comments written yet.

Please login to write comment.