Color Hex Logo

#bcd2bc Color Hex

#BCD2BC
(188,210,188)
0 Favorites   0 Comments

Color spaces of #bcd2bc

RGB 188210188
HSL0.330.200.78
HSV120°10°82°
CMYK 0.100.000.10   0.18
XYZ52.862760.415456.4521
Yxy60.41540.31150.3559
Hunter Lab77.7273-14.624211.3478
CIE-Lab82.0635-11.49948.4042

#bcd2bc color RGB value is (188,210,188).

#bcd2bc hex color red value is 188, green value is 210 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bcd2bc hue: 0.33 , saturation: 0.20 and the lightness value of bcd2bc is 0.78.

The process color (four color CMYK) of #bcd2bc color hex is 0.10, 0.00, 0.10, 0.18. Web safe color of #bcd2bc is #cccccc. Color #bcd2bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010010 10111100
Octal 274 322 274
Decimal 188 210 188
Hex BC D2 BC

RGB Percentages of Color #bcd2bc

%32.08
%35.84
%32.08

CMYK Percentages of Color #bcd2bc

%10
%0
%10
%18

Triadic Colors of #bcd2bc

#bcd2bc #bcbcd2 #d2bcbc

Analogous Colors of #bcd2bc

#bcd2bc #bcd2c7 #c7d2bc

Monochromatic Colors of #bcd2bc

#bcd2bc

Complementary Color

#bcd2bc #d2bcd2

#bcd2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd2bc Color CSS Codes

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

#bcd2bc Text Font Color

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

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


#bcd2bc Background Color

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

This div background color is #bcd2bc


#bcd2bc Border Color

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

This div border color is #bcd2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd2bc


Comments

No comments written yet.

Please login to write comment.