Color Hex Logo

#bcdec2 Color Hex

#BCDEC2
(188,222,194)
0 Favorites   0 Comments

Color spaces of #bcdec2

RGB 188222194
HSL0.360.340.80
HSV131°15°87°
CMYK 0.150.000.13   0.13
XYZ56.597966.829060.9552
Yxy66.82900.30700.3624
Hunter Lab81.7490-19.478513.0154
CIE-Lab85.4175-16.491510.0238

#bcdec2 color RGB value is (188,222,194).

#bcdec2 hex color red value is 188, green value is 222 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #bcdec2 hue: 0.36 , saturation: 0.34 and the lightness value of bcdec2 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11000010
Octal 274 336 302
Decimal 188 222 194
Hex BC DE C2

RGB Percentages of Color #bcdec2

%31.13
%36.75
%32.12

CMYK Percentages of Color #bcdec2

%15
%0
%13
%13

Triadic Colors of #bcdec2

#bcdec2 #c2bcde #dec2bc

Analogous Colors of #bcdec2

#bcdec2 #bcded3 #c7debc

Monochromatic Colors of #bcdec2

#bcdec2

Complementary Color

#bcdec2 #debcd8

#bcdec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdec2 Color CSS Codes

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

#bcdec2 Text Font Color

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

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


#bcdec2 Background Color

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

This div background color is #bcdec2


#bcdec2 Border Color

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

This div border color is #bcdec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdec2


Comments

No comments written yet.

Please login to write comment.