Color Hex Logo

#bcebb6 Color Hex

#BCEBB6
(188,235,182)
0 Favorites   0 Comments

Color spaces of #bcebb6

RGB 188235182
HSL0.310.570.82
HSV113°23°92°
CMYK 0.200.000.23   0.08
XYZ58.890973.485455.3362
Yxy73.48540.31370.3915
Hunter Lab85.7236-27.389421.7337
CIE-Lab88.6787-24.942620.8756

#bcebb6 color RGB value is (188,235,182).

#bcebb6 hex color red value is 188, green value is 235 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #bcebb6 hue: 0.31 , saturation: 0.57 and the lightness value of bcebb6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 10110110
Octal 274 353 266
Decimal 188 235 182
Hex BC EB B6

RGB Percentages of Color #bcebb6

%31.07
%38.84
%30.08

CMYK Percentages of Color #bcebb6

%20
%0
%23
%8

Triadic Colors of #bcebb6

#bcebb6 #b6bceb #ebb6bc

Analogous Colors of #bcebb6

#bcebb6 #b6ebcb #d7ebb6

Monochromatic Colors of #bcebb6

#bcebb6

Complementary Color

#bcebb6 #e5b6eb

#bcebb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebb6 Color CSS Codes

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

#bcebb6 Text Font Color

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

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


#bcebb6 Background Color

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

This div background color is #bcebb6


#bcebb6 Border Color

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

This div border color is #bcebb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebb6


Comments

No comments written yet.

Please login to write comment.