Color Hex Logo

#bceba9 Color Hex

#BCEBA9
(188,235,169)
0 Favorites   0 Comments

Color spaces of #bceba9

RGB 188235169
HSL0.290.620.79
HSV103°28°92°
CMYK 0.200.000.28   0.08
XYZ57.608872.972648.5849
Yxy72.97260.32150.4073
Hunter Lab85.4240-29.114026.0756
CIE-Lab88.4346-27.006727.2291

#bceba9 color RGB value is (188,235,169).

#bceba9 hex color red value is 188, green value is 235 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #bceba9 hue: 0.29 , saturation: 0.62 and the lightness value of bceba9 is 0.79.

The process color (four color CMYK) of #bceba9 color hex is 0.20, 0.00, 0.28, 0.08. Web safe color of #bceba9 is #ccff99. Color #bceba9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 10101001
Octal 274 353 251
Decimal 188 235 169
Hex BC EB A9

RGB Percentages of Color #bceba9

%31.76
%39.70
%28.55

CMYK Percentages of Color #bceba9

%20
%0
%28
%8

Triadic Colors of #bceba9

#bceba9 #a9bceb #eba9bc

Analogous Colors of #bceba9

#bceba9 #a9ebb7 #ddeba9

Monochromatic Colors of #bceba9

#bceba9

Complementary Color

#bceba9 #d8a9eb

#bceba9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceba9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceba9 Color CSS Codes

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

#bceba9 Text Font Color

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

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


#bceba9 Background Color

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

This div background color is #bceba9


#bceba9 Border Color

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

This div border color is #bceba9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceba9


Comments

No comments written yet.

Please login to write comment.