Color Hex Logo

#bcdcb2 Color Hex

#BCDCB2
(188,220,178)
0 Favorites   0 Comments

Color spaces of #bcdcb2

RGB 188220178
HSL0.290.380.78
HSV106°19°86°
CMYK 0.150.000.19   0.14
XYZ54.368165.092151.8180
Yxy65.09210.31740.3800
Hunter Lab80.6797-20.902618.3957
CIE-Lab84.5312-18.269417.1815

#bcdcb2 color RGB value is (188,220,178).

#bcdcb2 hex color red value is 188, green value is 220 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #bcdcb2 hue: 0.29 , saturation: 0.38 and the lightness value of bcdcb2 is 0.78.

The process color (four color CMYK) of #bcdcb2 color hex is 0.15, 0.00, 0.19, 0.14. Web safe color of #bcdcb2 is #cccc99. Color #bcdcb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011100 10110010
Octal 274 334 262
Decimal 188 220 178
Hex BC DC B2

RGB Percentages of Color #bcdcb2

%32.08
%37.54
%30.38

CMYK Percentages of Color #bcdcb2

%15
%0
%19
%14

Triadic Colors of #bcdcb2

#bcdcb2 #b2bcdc #dcb2bc

Analogous Colors of #bcdcb2

#bcdcb2 #b2dcbd #d1dcb2

Monochromatic Colors of #bcdcb2

#bcdcb2

Complementary Color

#bcdcb2 #d2b2dc

#bcdcb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdcb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdcb2 Color CSS Codes

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

#bcdcb2 Text Font Color

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

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


#bcdcb2 Background Color

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

This div background color is #bcdcb2


#bcdcb2 Border Color

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

This div border color is #bcdcb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdcb2


Comments

No comments written yet.

Please login to write comment.