Color Hex Logo

#b3cabd Color Hex

#B3CABD
(179,202,189)
0 Favorites   0 Comments

Color spaces of #b3cabd

RGB 179202189
HSL0.410.180.75
HSV146°11°79°
CMYK 0.110.000.06   0.21
XYZ48.896255.498956.2794
Yxy55.49890.30430.3454
Hunter Lab74.4976-13.21307.3575
CIE-Lab79.3278-10.26063.8515

#b3cabd color RGB value is (179,202,189).

#b3cabd hex color red value is 179, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b3cabd hue: 0.41 , saturation: 0.18 and the lightness value of b3cabd is 0.75.

The process color (four color CMYK) of #b3cabd color hex is 0.11, 0.00, 0.06, 0.21. Web safe color of #b3cabd is #cccccc. Color #b3cabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001010 10111101
Octal 263 312 275
Decimal 179 202 189
Hex B3 CA BD

RGB Percentages of Color #b3cabd

%31.40
%35.44
%33.16

CMYK Percentages of Color #b3cabd

%11
%0
%6
%21

Triadic Colors of #b3cabd

#b3cabd #bdb3ca #cabdb3

Analogous Colors of #b3cabd

#b3cabd #b3cac9 #b5cab3

Monochromatic Colors of #b3cabd

#b3cabd

Complementary Color

#b3cabd #cab3c0

#b3cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cabd Color CSS Codes

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

#b3cabd Text Font Color

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

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


#b3cabd Background Color

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

This div background color is #b3cabd


#b3cabd Border Color

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

This div border color is #b3cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cabd


Comments

No comments written yet.

Please login to write comment.