Color Hex Logo

#b0caae Color Hex

#B0CAAE
(176,202,174)
0 Favorites   0 Comments

Color spaces of #b0caae

RGB 176202174
HSL0.320.210.74
HSV116°14°79°
CMYK 0.130.000.14   0.21
XYZ46.665054.527248.1097
Yxy54.52720.31260.3652
Hunter Lab73.8425-16.420913.0613
CIE-Lab78.7681-14.037311.0626

#b0caae color RGB value is (176,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11001010 10101110
Octal 260 312 256
Decimal 176 202 174
Hex B0 CA AE

RGB Percentages of Color #b0caae

%31.88
%36.59
%31.52

CMYK Percentages of Color #b0caae

%13
%0
%14
%21

Triadic Colors of #b0caae

#b0caae #aeb0ca #caaeb0

Analogous Colors of #b0caae

#b0caae #aecaba #becaae

Monochromatic Colors of #b0caae

#b0caae

Complementary Color

#b0caae #c8aeca

#b0caae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0caae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0caae Color CSS Codes

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

#b0caae Text Font Color

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

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


#b0caae Background Color

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

This div background color is #b0caae


#b0caae Border Color

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

This div border color is #b0caae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0caae


Comments

No comments written yet.

Please login to write comment.