Color Hex Logo

#b3ccbd Color Hex

#B3CCBD
(179,204,189)
0 Favorites   0 Comments

Color spaces of #b3ccbd

RGB 179204189
HSL0.400.200.75
HSV144°12°80°
CMYK 0.120.000.07   0.20
XYZ49.368656.443656.4368
Yxy56.44360.30430.3479
Hunter Lab75.1290-14.18018.0517
CIE-Lab79.8656-11.29284.6294

#b3ccbd color RGB value is (179,204,189).

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

The process color (four color CMYK) of #b3ccbd color hex is 0.12, 0.00, 0.07, 0.20. Web safe color of #b3ccbd is #cccccc. Color #b3ccbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001100 10111101
Octal 263 314 275
Decimal 179 204 189
Hex B3 CC BD

RGB Percentages of Color #b3ccbd

%31.29
%35.66
%33.04

CMYK Percentages of Color #b3ccbd

%12
%0
%7
%20

Triadic Colors of #b3ccbd

#b3ccbd #bdb3cc #ccbdb3

Analogous Colors of #b3ccbd

#b3ccbd #b3ccca #b6ccb3

Monochromatic Colors of #b3ccbd

#b3ccbd

Complementary Color

#b3ccbd #ccb3c2

#b3ccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ccbd Color CSS Codes

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

#b3ccbd Text Font Color

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

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


#b3ccbd Background Color

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

This div background color is #b3ccbd


#b3ccbd Border Color

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

This div border color is #b3ccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ccbd


Comments

No comments written yet.

Please login to write comment.