Color Hex Logo

#bceb6f Color Hex

#BCEB6F
(188,235,111)
0 Favorites   0 Comments

Color spaces of #bceb6f

RGB 188235111
HSL0.230.760.68
HSV83°53°92°
CMYK 0.200.000.53   0.08
XYZ53.316671.255725.9826
Yxy71.25570.35410.4733
Hunter Lab84.4131-34.979640.8395
CIE-Lab87.6091-34.229554.5842

#bceb6f color RGB value is (188,235,111).

#bceb6f hex color red value is 188, green value is 235 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bceb6f hue: 0.23 , saturation: 0.76 and the lightness value of bceb6f is 0.68.

The process color (four color CMYK) of #bceb6f color hex is 0.20, 0.00, 0.53, 0.08. Web safe color of #bceb6f is #ccff66. Color #bceb6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 01101111
Octal 274 353 157
Decimal 188 235 111
Hex BC EB 6F

RGB Percentages of Color #bceb6f

%35.21
%44.01
%20.79

CMYK Percentages of Color #bceb6f

%20
%0
%53
%8

Triadic Colors of #bceb6f

#bceb6f #6fbceb #eb6fbc

Analogous Colors of #bceb6f

#bceb6f #7eeb6f #ebdc6f

Monochromatic Colors of #bceb6f

#bceb6f

Complementary Color

#bceb6f #9e6feb

#bceb6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb6f Color CSS Codes

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

#bceb6f Text Font Color

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

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


#bceb6f Background Color

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

This div background color is #bceb6f


#bceb6f Border Color

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

This div border color is #bceb6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb6f


Comments

No comments written yet.

Please login to write comment.