Color Hex Logo

#bcecb0 Color Hex

#BCECB0
(188,236,176)
0 Favorites   0 Comments

Color spaces of #bcecb0

RGB 188236176
HSL0.300.610.81
HSV108°25°93°
CMYK 0.200.000.25   0.07
XYZ58.571073.816952.2354
Yxy73.81690.31720.3998
Hunter Lab85.9168-28.667724.0948
CIE-Lab88.8359-26.393324.1852

#bcecb0 color RGB value is (188,236,176).

#bcecb0 hex color red value is 188, green value is 236 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #bcecb0 hue: 0.30 , saturation: 0.61 and the lightness value of bcecb0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 10110000
Octal 274 354 260
Decimal 188 236 176
Hex BC EC B0

RGB Percentages of Color #bcecb0

%31.33
%39.33
%29.33

CMYK Percentages of Color #bcecb0

%20
%0
%25
%7

Triadic Colors of #bcecb0

#bcecb0 #b0bcec #ecb0bc

Analogous Colors of #bcecb0

#bcecb0 #b0ecc2 #daecb0

Monochromatic Colors of #bcecb0

#bcecb0

Complementary Color

#bcecb0 #e0b0ec

#bcecb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecb0 Color CSS Codes

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

#bcecb0 Text Font Color

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

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


#bcecb0 Background Color

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

This div background color is #bcecb0


#bcecb0 Border Color

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

This div border color is #bcecb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecb0


Comments

No comments written yet.

Please login to write comment.