Color Hex Logo

#bceb8d Color Hex

#BCEB8D
(188,235,141)
0 Favorites   0 Comments

Color spaces of #bceb8d

RGB 188235141
HSL0.250.700.74
HSV90°40°92°
CMYK 0.200.000.40   0.08
XYZ55.255172.031136.1904
Yxy72.03110.33800.4406
Hunter Lab84.8711-32.312634.1276
CIE-Lab87.9836-30.905440.7422

#bceb8d color RGB value is (188,235,141).

#bceb8d hex color red value is 188, green value is 235 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bceb8d hue: 0.25 , saturation: 0.70 and the lightness value of bceb8d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 10001101
Octal 274 353 215
Decimal 188 235 141
Hex BC EB 8D

RGB Percentages of Color #bceb8d

%33.33
%41.67
%25.00

CMYK Percentages of Color #bceb8d

%20
%0
%40
%8

Triadic Colors of #bceb8d

#bceb8d #8dbceb #eb8dbc

Analogous Colors of #bceb8d

#bceb8d #8deb8d #ebeb8d

Monochromatic Colors of #bceb8d

#bceb8d

Complementary Color

#bceb8d #bc8deb

#bceb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb8d Color CSS Codes

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

#bceb8d Text Font Color

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

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


#bceb8d Background Color

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

This div background color is #bceb8d


#bceb8d Border Color

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

This div border color is #bceb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb8d


Comments

No comments written yet.

Please login to write comment.