Color Hex Logo

#bcedbb Color Hex

#BCEDBB
(188,237,187)
0 Favorites   0 Comments

Color spaces of #bcedbb

RGB 188237187
HSL0.330.580.83
HSV119°21°93°
CMYK 0.210.000.21   0.07
XYZ59.992974.847658.2988
Yxy74.84760.31060.3875
Hunter Lab86.5145-27.620820.6069
CIE-Lab89.3216-25.071119.1850

#bcedbb color RGB value is (188,237,187).

#bcedbb hex color red value is 188, green value is 237 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bcedbb hue: 0.33 , saturation: 0.58 and the lightness value of bcedbb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101101 10111011
Octal 274 355 273
Decimal 188 237 187
Hex BC ED BB

RGB Percentages of Color #bcedbb

%30.72
%38.73
%30.56

CMYK Percentages of Color #bcedbb

%21
%0
%21
%7

Triadic Colors of #bcedbb

#bcedbb #bbbced #edbbbc

Analogous Colors of #bcedbb

#bcedbb #bbedd3 #d5edbb

Monochromatic Colors of #bcedbb

#bcedbb

Complementary Color

#bcedbb #ecbbed

#bcedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcedbb Color CSS Codes

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

#bcedbb Text Font Color

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

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


#bcedbb Background Color

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

This div background color is #bcedbb


#bcedbb Border Color

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

This div border color is #bcedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcedbb


Comments

No comments written yet.

Please login to write comment.