Color Hex Logo

#bcecbd Color Hex

#BCECBD
(188,236,189)
0 Favorites   0 Comments

Color spaces of #bcecbd

RGB 188236189
HSL0.340.560.83
HSV121°20°93°
CMYK 0.200.000.20   0.07
XYZ59.919874.356459.3382
Yxy74.35640.30950.3840
Hunter Lab86.2302-26.866319.5614
CIE-Lab89.0907-24.250217.8274

#bcecbd color RGB value is (188,236,189).

#bcecbd hex color red value is 188, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bcecbd hue: 0.34 , saturation: 0.56 and the lightness value of bcecbd is 0.83.

The process color (four color CMYK) of #bcecbd color hex is 0.20, 0.00, 0.20, 0.07. Web safe color of #bcecbd is #ccffcc. Color #bcecbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 10111101
Octal 274 354 275
Decimal 188 236 189
Hex BC EC BD

RGB Percentages of Color #bcecbd

%30.67
%38.50
%30.83

CMYK Percentages of Color #bcecbd

%20
%0
%20
%7

Triadic Colors of #bcecbd

#bcecbd #bdbcec #ecbdbc

Analogous Colors of #bcecbd

#bcecbd #bcecd5 #d3ecbc

Monochromatic Colors of #bcecbd

#bcecbd

Complementary Color

#bcecbd #ecbceb

#bcecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecbd Color CSS Codes

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

#bcecbd Text Font Color

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

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


#bcecbd Background Color

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

This div background color is #bcecbd


#bcecbd Border Color

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

This div border color is #bcecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecbd


Comments

No comments written yet.

Please login to write comment.