Color Hex Logo

#bccdb3 Color Hex

#BCCDB3
(188,205,179)
0 Favorites   0 Comments

Color spaces of #bccdb3

RGB 188205179
HSL0.280.210.75
HSV99°13°80°
CMYK 0.080.000.13   0.20
XYZ50.707057.608751.0949
Yxy57.60870.31810.3614
Hunter Lab75.9004-13.574713.2172
CIE-Lab80.5207-10.516910.9967

#bccdb3 color RGB value is (188,205,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001101 10110011
Octal 274 315 263
Decimal 188 205 179
Hex BC CD B3

RGB Percentages of Color #bccdb3

%32.87
%35.84
%31.29

CMYK Percentages of Color #bccdb3

%8
%0
%13
%20

Triadic Colors of #bccdb3

#bccdb3 #b3bccd #cdb3bc

Analogous Colors of #bccdb3

#bccdb3 #b3cdb7 #c9cdb3

Monochromatic Colors of #bccdb3

#bccdb3

Complementary Color

#bccdb3 #c4b3cd

#bccdb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bccdb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bccdb3 Color CSS Codes

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

#bccdb3 Text Font Color

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

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


#bccdb3 Background Color

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

This div background color is #bccdb3


#bccdb3 Border Color

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

This div border color is #bccdb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bccdb3


Comments

No comments written yet.

Please login to write comment.