Color Hex Logo

#bcdec9 Color Hex

#BCDEC9
(188,222,201)
0 Favorites   0 Comments

Color spaces of #bcdec9

RGB 188222201
HSL0.400.340.80
HSV143°15°87°
CMYK 0.150.000.09   0.13
XYZ57.402967.151065.1943
Yxy67.15100.30250.3539
Hunter Lab81.9457-18.365910.1921
CIE-Lab85.5801-15.20756.5683

#bcdec9 color RGB value is (188,222,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011110 11001001
Octal 274 336 311
Decimal 188 222 201
Hex BC DE C9

RGB Percentages of Color #bcdec9

%30.77
%36.33
%32.90

CMYK Percentages of Color #bcdec9

%15
%0
%9
%13

Triadic Colors of #bcdec9

#bcdec9 #c9bcde #dec9bc

Analogous Colors of #bcdec9

#bcdec9 #bcdeda #c0debc

Monochromatic Colors of #bcdec9

#bcdec9

Complementary Color

#bcdec9 #debcd1

#bcdec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcdec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcdec9 Color CSS Codes

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

#bcdec9 Text Font Color

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

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


#bcdec9 Background Color

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

This div background color is #bcdec9


#bcdec9 Border Color

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

This div border color is #bcdec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcdec9


Comments

No comments written yet.

Please login to write comment.