Color Hex Logo

#baa598 Color Hex

#BAA598
(186,165,152)
0 Favorites   0 Comments

Color spaces of #baa598

RGB 186165152
HSL0.060.200.66
HSV23°18°73°
CMYK 0.000.110.18   0.27
XYZ39.372339.616435.2773
Yxy39.61640.34460.3467
Hunter Lab62.94161.510710.8284
CIE-Lab69.19545.50249.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

BaseRedGreenBlue
Binary 10111010 10100101 10011000
Octal 272 245 230
Decimal 186 165 152
Hex BA A5 98

RGB Percentages of Color #baa598

%36.98
%32.80
%30.22

CMYK Percentages of Color #baa598

%0
%11
%18
%27

Triadic Colors of #baa598

#baa598 #98baa5 #a598ba

Analogous Colors of #baa598

#baa598 #bab698 #ba989c

Monochromatic Colors of #baa598

#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.