Color Hex Logo

#b2caae Color Hex

#B2CAAE
(178,202,174)
0 Favorites   0 Comments

Color spaces of #b2caae

RGB 178202174
HSL0.310.210.74
HSV111°14°79°
CMYK 0.120.000.14   0.21
XYZ47.120654.762048.1310
Yxy54.76200.31410.3650
Hunter Lab74.0014-15.841913.2383
CIE-Lab78.9040-13.343311.2743

#b2caae color RGB value is (178,202,174).

#b2caae hex color red value is 178, green value is 202 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b2caae hue: 0.31 , saturation: 0.21 and the lightness value of b2caae is 0.74.

The process color (four color CMYK) of #b2caae color hex is 0.12, 0.00, 0.14, 0.21. Web safe color of #b2caae is #99cc99. Color #b2caae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001010 10101110
Octal 262 312 256
Decimal 178 202 174
Hex B2 CA AE

RGB Percentages of Color #b2caae

%32.13
%36.46
%31.41

CMYK Percentages of Color #b2caae

%12
%0
%14
%21

Triadic Colors of #b2caae

#b2caae #aeb2ca #caaeb2

Analogous Colors of #b2caae

#b2caae #aecab8 #c0caae

Monochromatic Colors of #b2caae

#b2caae

Complementary Color

#b2caae #c6aeca

#b2caae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2caae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2caae Color CSS Codes

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

#b2caae Text Font Color

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

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


#b2caae Background Color

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

This div background color is #b2caae


#b2caae Border Color

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

This div border color is #b2caae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2caae


Comments

No comments written yet.

Please login to write comment.