Color Hex Logo

#b3caaf Color Hex

#B3CAAF
(179,202,175)
0 Favorites   0 Comments

Color spaces of #b3caaf

RGB 179202175
HSL0.310.200.74
HSV111°13°79°
CMYK 0.110.000.13   0.21
XYZ47.448854.919948.6572
Yxy54.91990.31420.3636
Hunter Lab74.1080-15.401512.9474
CIE-Lab78.9951-12.819410.8783

#b3caaf color RGB value is (179,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001010 10101111
Octal 263 312 257
Decimal 179 202 175
Hex B3 CA AF

RGB Percentages of Color #b3caaf

%32.19
%36.33
%31.47

CMYK Percentages of Color #b3caaf

%11
%0
%13
%21

Triadic Colors of #b3caaf

#b3caaf #afb3ca #caafb3

Analogous Colors of #b3caaf

#b3caaf #afcab9 #c1caaf

Monochromatic Colors of #b3caaf

#b3caaf

Complementary Color

#b3caaf #c6afca

#b3caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3caaf Color CSS Codes

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

#b3caaf Text Font Color

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

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


#b3caaf Background Color

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

This div background color is #b3caaf


#b3caaf Border Color

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

This div border color is #b3caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3caaf


Comments

No comments written yet.

Please login to write comment.