Color Hex Logo

#b2beae Color Hex

#B2BEAE
(178,190,174)
0 Favorites   0 Comments

Color spaces of #b2beae

RGB 178190174
HSL0.290.110.71
HSV105°75°
CMYK 0.060.000.08   0.25
XYZ44.413549.347947.2286
Yxy49.34790.31500.3500
Hunter Lab70.2481-10.07969.3123
CIE-Lab75.6673-7.12006.6519

#b2beae color RGB value is (178,190,174).

#b2beae hex color red value is 178, green value is 190 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b2beae hue: 0.29 , saturation: 0.11 and the lightness value of b2beae is 0.71.

The process color (four color CMYK) of #b2beae color hex is 0.06, 0.00, 0.08, 0.25. Web safe color of #b2beae is #99cc99. Color #b2beae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111110 10101110
Octal 262 276 256
Decimal 178 190 174
Hex B2 BE AE

RGB Percentages of Color #b2beae

%32.84
%35.06
%32.10

CMYK Percentages of Color #b2beae

%6
%0
%8
%25

Triadic Colors of #b2beae

#b2beae #aeb2be #beaeb2

Analogous Colors of #b2beae

#b2beae #aebeb2 #babeae

Monochromatic Colors of #b2beae

#b2beae

Complementary Color

#b2beae #baaebe

#b2beae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2beae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2beae Color CSS Codes

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

#b2beae Text Font Color

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

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


#b2beae Background Color

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

This div background color is #b2beae


#b2beae Border Color

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

This div border color is #b2beae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2beae


Comments

No comments written yet.

Please login to write comment.