Color Hex Logo

#bcecb1 Color Hex

#BCECB1
(188,236,177)
0 Favorites   0 Comments

Color spaces of #bcecb1

RGB 188236177
HSL0.300.610.81
HSV109°25°93°
CMYK 0.200.000.25   0.07
XYZ58.670373.856652.7585
Yxy73.85660.31660.3986
Hunter Lab85.9399-28.534623.7598
CIE-Lab88.8547-26.234023.6967

#bcecb1 color RGB value is (188,236,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101100 10110001
Octal 274 354 261
Decimal 188 236 177
Hex BC EC B1

RGB Percentages of Color #bcecb1

%31.28
%39.27
%29.45

CMYK Percentages of Color #bcecb1

%20
%0
%25
%7

Triadic Colors of #bcecb1

#bcecb1 #b1bcec #ecb1bc

Analogous Colors of #bcecb1

#bcecb1 #b1ecc4 #daecb1

Monochromatic Colors of #bcecb1

#bcecb1

Complementary Color

#bcecb1 #e1b1ec

#bcecb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcecb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcecb1 Color CSS Codes

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

#bcecb1 Text Font Color

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

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


#bcecb1 Background Color

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

This div background color is #bcecb1


#bcecb1 Border Color

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

This div border color is #bcecb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcecb1


Comments

No comments written yet.

Please login to write comment.