Color Hex Logo

#b3cdbd Color Hex

#B3CDBD
(179,205,189)
0 Favorites   0 Comments

Color spaces of #b3cdbd

RGB 179205189
HSL0.400.210.75
HSV143°13°80°
CMYK 0.130.000.08   0.20
XYZ49.607056.920556.5163
Yxy56.92050.30430.3491
Hunter Lab75.4457-14.66278.3979
CIE-Lab80.1349-11.80745.0182

#b3cdbd color RGB value is (179,205,189).

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

The process color (four color CMYK) of #b3cdbd color hex is 0.13, 0.00, 0.08, 0.20. Web safe color of #b3cdbd is #cccccc. Color #b3cdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001101 10111101
Octal 263 315 275
Decimal 179 205 189
Hex B3 CD BD

RGB Percentages of Color #b3cdbd

%31.24
%35.78
%32.98

CMYK Percentages of Color #b3cdbd

%13
%0
%8
%20

Triadic Colors of #b3cdbd

#b3cdbd #bdb3cd #cdbdb3

Analogous Colors of #b3cdbd

#b3cdbd #b3cdca #b6cdb3

Monochromatic Colors of #b3cdbd

#b3cdbd

Complementary Color

#b3cdbd #cdb3c3

#b3cdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3cdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3cdbd Color CSS Codes

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

#b3cdbd Text Font Color

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

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


#b3cdbd Background Color

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

This div background color is #b3cdbd


#b3cdbd Border Color

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

This div border color is #b3cdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3cdbd


Comments

No comments written yet.

Please login to write comment.