Color Hex Logo

#bcebba Color Hex

#BCEBBA
(188,235,186)
0 Favorites   0 Comments

Color spaces of #bcebba

RGB 188235186
HSL0.330.550.83
HSV118°21°92°
CMYK 0.200.000.21   0.08
XYZ59.310373.653257.5449
Yxy73.65320.31130.3866
Hunter Lab85.8214-26.828020.3199
CIE-Lab88.7583-24.276318.9170

#bcebba color RGB value is (188,235,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 10111010
Octal 274 353 272
Decimal 188 235 186
Hex BC EB BA

RGB Percentages of Color #bcebba

%30.87
%38.59
%30.54

CMYK Percentages of Color #bcebba

%20
%0
%21
%8

Triadic Colors of #bcebba

#bcebba #babceb #ebbabc

Analogous Colors of #bcebba

#bcebba #baebd1 #d5ebba

Monochromatic Colors of #bcebba

#bcebba

Complementary Color

#bcebba #e9baeb

#bcebba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebba Color CSS Codes

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

#bcebba Text Font Color

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

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


#bcebba Background Color

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

This div background color is #bcebba


#bcebba Border Color

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

This div border color is #bcebba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebba


Comments

No comments written yet.

Please login to write comment.