Color Hex Logo

#bcebb3 Color Hex

#BCEBB3
(188,235,179)
0 Favorites   0 Comments

Color spaces of #bcebb3

RGB 188235179
HSL0.310.580.81
HSV110°24°92°
CMYK 0.200.000.24   0.08
XYZ58.584173.362753.7205
Yxy73.36270.31550.3951
Hunter Lab85.6520-27.801022.7700
CIE-Lab88.6204-25.432822.3438

#bcebb3 color RGB value is (188,235,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 10110011
Octal 274 353 263
Decimal 188 235 179
Hex BC EB B3

RGB Percentages of Color #bcebb3

%31.23
%39.04
%29.73

CMYK Percentages of Color #bcebb3

%20
%0
%24
%8

Triadic Colors of #bcebb3

#bcebb3 #b3bceb #ebb3bc

Analogous Colors of #bcebb3

#bcebb3 #b3ebc6 #d8ebb3

Monochromatic Colors of #bcebb3

#bcebb3

Complementary Color

#bcebb3 #e2b3eb

#bcebb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcebb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcebb3 Color CSS Codes

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

#bcebb3 Text Font Color

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

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


#bcebb3 Background Color

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

This div background color is #bcebb3


#bcebb3 Border Color

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

This div border color is #bcebb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcebb3


Comments

No comments written yet.

Please login to write comment.