Color Hex Logo

#bcebcb Color Hex

#BCEBCB
(188,235,203)
0 Favorites   0 Comments

Color spaces of #bcebcb

RGB 188235203
HSL0.390.540.83
HSV139°20°92°
CMYK 0.200.000.14   0.08
XYZ61.226974.419867.6374
Yxy74.41980.30120.3661
Hunter Lab86.2669-24.278913.9006
CIE-Lab89.1205-21.283810.5925

#bcebcb color RGB value is (188,235,203).

#bcebcb hex color red value is 188, green value is 235 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bcebcb hue: 0.39 , saturation: 0.54 and the lightness value of bcebcb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 11001011
Octal 274 353 313
Decimal 188 235 203
Hex BC EB CB

RGB Percentages of Color #bcebcb

%30.03
%37.54
%32.43

CMYK Percentages of Color #bcebcb

%20
%0
%14
%8

Triadic Colors of #bcebcb

#bcebcb #cbbceb #ebcbbc

Analogous Colors of #bcebcb

#bcebcb #bcebe3 #c5ebbc

Monochromatic Colors of #bcebcb

#bcebcb

Complementary Color

#bcebcb #ebbcdc

#bcebcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebcb Color CSS Codes

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

#bcebcb Text Font Color

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

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


#bcebcb Background Color

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

This div background color is #bcebcb


#bcebcb Border Color

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

This div border color is #bcebcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebcb

#bcebcb Color Palettes


Comments

No comments written yet.

Please login to write comment.