Color Hex Logo

#bceb4e Color Hex

#BCEB4E
(188,235,78)
0 Favorites   0 Comments

Color spaces of #bceb4e

RGB 18823578
HSL0.220.800.61
HSV78°67°92°
CMYK 0.200.000.67   0.08
XYZ51.822570.658118.1148
Yxy70.65810.36860.5026
Hunter Lab84.0584-37.055846.0637
CIE-Lab87.3186-36.866068.1368

#bceb4e color RGB value is (188,235,78).

#bceb4e hex color red value is 188, green value is 235 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bceb4e hue: 0.22 , saturation: 0.80 and the lightness value of bceb4e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 01001110
Octal 274 353 116
Decimal 188 235 78
Hex BC EB 4E

RGB Percentages of Color #bceb4e

%37.52
%46.91
%15.57

CMYK Percentages of Color #bceb4e

%20
%0
%67
%8

Triadic Colors of #bceb4e

#bceb4e #4ebceb #eb4ebc

Analogous Colors of #bceb4e

#bceb4e #6eeb4e #ebcc4e

Monochromatic Colors of #bceb4e

#bceb4e

Complementary Color

#bceb4e #7d4eeb

#bceb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb4e Color CSS Codes

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

#bceb4e Text Font Color

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

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


#bceb4e Background Color

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

This div background color is #bceb4e


#bceb4e Border Color

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

This div border color is #bceb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb4e


Comments

No comments written yet.

Please login to write comment.