Color Hex Logo

#bcebb8 Color Hex

#BCEBB8
(188,235,184)
0 Favorites   0 Comments

Color spaces of #bcebb8

RGB 188235184
HSL0.320.560.82
HSV115°22°92°
CMYK 0.200.000.22   0.08
XYZ59.099173.568756.4327
Yxy73.56870.31250.3890
Hunter Lab85.7722-27.110621.0315
CIE-Lab88.7182-24.611319.8964

#bcebb8 color RGB value is (188,235,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 10111000
Octal 274 353 270
Decimal 188 235 184
Hex BC EB B8

RGB Percentages of Color #bcebb8

%30.97
%38.71
%30.31

CMYK Percentages of Color #bcebb8

%20
%0
%22
%8

Triadic Colors of #bcebb8

#bcebb8 #b8bceb #ebb8bc

Analogous Colors of #bcebb8

#bcebb8 #b8ebce #d6ebb8

Monochromatic Colors of #bcebb8

#bcebb8

Complementary Color

#bcebb8 #e7b8eb

#bcebb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebb8 Color CSS Codes

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

#bcebb8 Text Font Color

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

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


#bcebb8 Background Color

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

This div background color is #bcebb8


#bcebb8 Border Color

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

This div border color is #bcebb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebb8


Comments

No comments written yet.

Please login to write comment.