Color Hex Logo

#b2ada5 Color Hex

#B2ADA5
(178,173,165)
0 Favorites   0 Comments

Color spaces of #b2ada5

RGB 178173165
HSL0.100.080.67
HSV37°70°
CMYK 0.000.030.07   0.30
XYZ40.095242.068741.6041
Yxy42.06870.32400.3399
Hunter Lab64.8604-3.16117.3712
CIE-Lab70.91830.34374.7297

#b2ada5 color RGB value is (178,173,165).

#b2ada5 hex color red value is 178, green value is 173 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #b2ada5 hue: 0.10 , saturation: 0.08 and the lightness value of b2ada5 is 0.67.

The process color (four color CMYK) of #b2ada5 color hex is 0.00, 0.03, 0.07, 0.30. Web safe color of #b2ada5 is #999999. Color #b2ada5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101101 10100101
Octal 262 255 245
Decimal 178 173 165
Hex B2 AD A5

RGB Percentages of Color #b2ada5

%34.50
%33.53
%31.98

CMYK Percentages of Color #b2ada5

%0
%3
%7
%30

Triadic Colors of #b2ada5

#b2ada5 #a5b2ad #ada5b2

Analogous Colors of #b2ada5

#b2ada5 #b1b2a5 #b2a7a5

Monochromatic Colors of #b2ada5

#b2ada5

Complementary Color

#b2ada5 #a5aab2

#b2ada5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ada5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ada5 Color CSS Codes

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

#b2ada5 Text Font Color

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

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


#b2ada5 Background Color

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

This div background color is #b2ada5


#b2ada5 Border Color

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

This div border color is #b2ada5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,173,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2ada5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2ada5;
  -webkit-box-shadow: 1px 1px 3px 2px #b2ada5;
  box-shadow:         1px 1px 3px 2px #b2ada5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,173,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ada5


Comments

No comments written yet.

Please login to write comment.