Color Hex Logo

#988a65 Color Hex

#988A65
(152,138,101)
0 Favorites   0 Comments

Color spaces of #988a65

RGB 152138101
HSL0.120.200.50
HSV44°34°60°
CMYK 0.000.090.34   0.40
XYZ24.386325.791916.0050
Yxy25.79190.36850.3897
Hunter Lab50.7857-3.162916.8649
CIE-Lab57.8390-0.555521.7577

#988a65 color RGB value is (152,138,101).

#988a65 hex color red value is 152, green value is 138 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #988a65 hue: 0.12 , saturation: 0.20 and the lightness value of 988a65 is 0.50.

The process color (four color CMYK) of #988a65 color hex is 0.00, 0.09, 0.34, 0.40. Web safe color of #988a65 is #999966. Color #988a65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001010 01100101
Octal 230 212 145
Decimal 152 138 101
Hex 98 8A 65

RGB Percentages of Color #988a65

%38.87
%35.29
%25.83

CMYK Percentages of Color #988a65

%0
%9
%34
%40

Triadic Colors of #988a65

#988a65 #65988a #8a6598

Analogous Colors of #988a65

#988a65 #8d9865 #987165

Monochromatic Colors of #988a65

#988a65

Complementary Color

#988a65 #657398

#988a65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988a65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988a65 Color CSS Codes

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

#988a65 Text Font Color

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

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


#988a65 Background Color

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

This div background color is #988a65


#988a65 Border Color

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

This div border color is #988a65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,138,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #988a65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #988a65;
  -webkit-box-shadow: 1px 1px 3px 2px #988a65;
  box-shadow:         1px 1px 3px 2px #988a65; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988a65


Comments

No comments written yet.

Please login to write comment.