Color Hex Logo

#bcdec1 Color Hex

#BCDEC1
(188,222,193)
0 Favorites   0 Comments

Color spaces of #bcdec1

RGB 188222193
HSL0.360.340.80
HSV129°15°87°
CMYK 0.150.000.13   0.13
XYZ56.486066.784260.3656
Yxy66.78420.30760.3637
Hunter Lab81.7216-19.633513.4092
CIE-Lab85.3949-16.671210.5179

#bcdec1 color RGB value is (188,222,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11000001
Octal 274 336 301
Decimal 188 222 193
Hex BC DE C1

RGB Percentages of Color #bcdec1

%31.18
%36.82
%32.01

CMYK Percentages of Color #bcdec1

%15
%0
%13
%13

Triadic Colors of #bcdec1

#bcdec1 #c1bcde #dec1bc

Analogous Colors of #bcdec1

#bcdec1 #bcded2 #c8debc

Monochromatic Colors of #bcdec1

#bcdec1

Complementary Color

#bcdec1 #debcd9

#bcdec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdec1 Color CSS Codes

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

#bcdec1 Text Font Color

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

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


#bcdec1 Background Color

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

This div background color is #bcdec1


#bcdec1 Border Color

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

This div border color is #bcdec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdec1


Comments

No comments written yet.

Please login to write comment.