Color spaces of #baa598
RGB | 186 | 165 | 152 |
---|---|---|---|
HSL | 0.06 | 0.20 | 0.66 |
HSV | 23° | 18° | 73° |
CMYK | 0.00 | 0.11 | 0.18 0.27 |
XYZ | 39.3723 | 39.6164 | 35.2773 |
Yxy | 39.6164 | 0.3446 | 0.3467 |
Hunter Lab | 62.9416 | 1.5107 | 10.8284 |
CIE-Lab | 69.1954 | 5.5024 | 9.5240 |
#baa598 color RGB value is (186,165,152).
#baa598 hex color red value is 186, green value is 165 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #baa598 hue: 0.06 , saturation: 0.20 and the lightness value of baa598 is 0.66.
The process color (four color CMYK) of #baa598 color hex is 0.00, 0.11, 0.18, 0.27. Web safe color of #baa598 is #cc9999. Color #baa598 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10100101 | 10011000 |
Octal | 272 | 245 | 230 |
Decimal | 186 | 165 | 152 |
Hex | BA | A5 | 98 |
Shades of #baa598
Tints of #baa598
RGB Percentages of Color #baa598
CMYK Percentages of Color #baa598
Complementary Color
#baa598 | #98adba |
#baa598 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baa598 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baa598 Color CSS Codes
.mybgcolor {background-color:#baa598; } .myforecolor {color:#baa598; } .mybordercolor {border:3px solid #baa598; }
#baa598 Text Font Color
<p style="color:#baa598">Text here</p>
This sample text font color is #baa598
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.
#baa598 Background Color
<div style="background-color:#baa598">
Div content here</div>
This div background color is #baa598
#baa598 Border Color
<div style="border:3px solid #baa598">
Div here</div>
This div border color is #baa598
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,165,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baa598; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baa598; -webkit-box-shadow: 1px 1px 3px 2px #baa598; box-shadow: 1px 1px 3px 2px #baa598; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,165,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baa598">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baa598; -webkit-box-shadow: 1px 1px 3px 2px #baa598; box-shadow: 1px 1px 3px 2px #baa598;">
Div content here</div>
This div box has shadow with color #baa598
Comments
No comments written yet.
Please login to write comment.