Color Hex Logo

#b2c2ae Color Hex

#B2C2AE
(178,194,174)
0 Favorites   0 Comments

Color spaces of #b2c2ae

RGB 178194174
HSL0.300.140.72
HSV108°10°76°
CMYK 0.080.000.10   0.24
XYZ45.291951.104547.5214
Yxy51.10450.31470.3551
Hunter Lab71.4874-12.011710.6280
CIE-Lab76.7423-9.21258.1932

#b2c2ae color RGB value is (178,194,174).

#b2c2ae hex color red value is 178, green value is 194 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b2c2ae hue: 0.30 , saturation: 0.14 and the lightness value of b2c2ae is 0.72.

The process color (four color CMYK) of #b2c2ae color hex is 0.08, 0.00, 0.10, 0.24. Web safe color of #b2c2ae is #99cc99. Color #b2c2ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11000010 10101110
Octal 262 302 256
Decimal 178 194 174
Hex B2 C2 AE

RGB Percentages of Color #b2c2ae

%32.60
%35.53
%31.87

CMYK Percentages of Color #b2c2ae

%8
%0
%10
%24

Triadic Colors of #b2c2ae

#b2c2ae #aeb2c2 #c2aeb2

Analogous Colors of #b2c2ae

#b2c2ae #aec2b4 #bcc2ae

Monochromatic Colors of #b2c2ae

#b2c2ae

Complementary Color

#b2c2ae #beaec2

#b2c2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2c2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2c2ae Color CSS Codes

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

#b2c2ae Text Font Color

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

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


#b2c2ae Background Color

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

This div background color is #b2c2ae


#b2c2ae Border Color

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

This div border color is #b2c2ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,194,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 #b2c2ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2c2ae


Comments

No comments written yet.

Please login to write comment.