Color Hex Logo

#bceb6a Color Hex

#BCEB6A
(188,235,106)
0 Favorites   0 Comments

Color spaces of #bceb6a

RGB 188235106
HSL0.230.760.67
HSV82°55°92°
CMYK 0.200.000.55   0.08
XYZ53.048971.148624.5728
Yxy71.14860.35660.4782
Hunter Lab84.3496-35.350241.7723
CIE-Lab87.5572-34.696956.7802

#bceb6a color RGB value is (188,235,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 01101010
Octal 274 353 152
Decimal 188 235 106
Hex BC EB 6A

RGB Percentages of Color #bceb6a

%35.54
%44.42
%20.04

CMYK Percentages of Color #bceb6a

%20
%0
%55
%8

Triadic Colors of #bceb6a

#bceb6a #6abceb #eb6abc

Analogous Colors of #bceb6a

#bceb6a #7ceb6a #ebda6a

Monochromatic Colors of #bceb6a

#bceb6a

Complementary Color

#bceb6a #996aeb

#bceb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb6a Color CSS Codes

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

#bceb6a Text Font Color

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

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


#bceb6a Background Color

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

This div background color is #bceb6a


#bceb6a Border Color

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

This div border color is #bceb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb6a


Comments

No comments written yet.

Please login to write comment.