Color Hex Logo

#b4caaf Color Hex

#B4CAAF
(180,202,175)
0 Favorites   0 Comments

Color spaces of #b4caaf

RGB 180202175
HSL0.300.200.74
HSV109°13°79°
CMYK 0.110.000.13   0.21
XYZ47.680855.039548.6681
Yxy55.03950.31500.3636
Hunter Lab74.1886-15.108613.0375
CIE-Lab79.0640-12.471110.9857

#b4caaf color RGB value is (180,202,175).

#b4caaf hex color red value is 180, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b4caaf hue: 0.30 , saturation: 0.20 and the lightness value of b4caaf is 0.74.

The process color (four color CMYK) of #b4caaf color hex is 0.11, 0.00, 0.13, 0.21. Web safe color of #b4caaf is #cccc99. Color #b4caaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 11001010 10101111
Octal 264 312 257
Decimal 180 202 175
Hex B4 CA AF

RGB Percentages of Color #b4caaf

%32.32
%36.27
%31.42

CMYK Percentages of Color #b4caaf

%11
%0
%13
%21

Triadic Colors of #b4caaf

#b4caaf #afb4ca #caafb4

Analogous Colors of #b4caaf

#b4caaf #afcab8 #c2caaf

Monochromatic Colors of #b4caaf

#b4caaf

Complementary Color

#b4caaf #c5afca

#b4caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4caaf Color CSS Codes

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

#b4caaf Text Font Color

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

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


#b4caaf Background Color

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

This div background color is #b4caaf


#b4caaf Border Color

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

This div border color is #b4caaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,202,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4caaf


Comments

No comments written yet.

Please login to write comment.