Color Hex Logo

#bceb47 Color Hex

#BCEB47
(188,235,71)
0 Favorites   0 Comments

Color spaces of #bceb47

RGB 18823571
HSL0.210.800.60
HSV77°70°92°
CMYK 0.200.000.70   0.08
XYZ51.584770.563016.8624
Yxy70.56300.37110.5076
Hunter Lab84.0018-37.388046.8995
CIE-Lab87.2723-37.291870.6526

#bceb47 color RGB value is (188,235,71).

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

The process color (four color CMYK) of #bceb47 color hex is 0.20, 0.00, 0.70, 0.08. Web safe color of #bceb47 is #ccff33. Color #bceb47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 01000111
Octal 274 353 107
Decimal 188 235 71
Hex BC EB 47

RGB Percentages of Color #bceb47

%38.06
%47.57
%14.37

CMYK Percentages of Color #bceb47

%20
%0
%70
%8

Triadic Colors of #bceb47

#bceb47 #47bceb #eb47bc

Analogous Colors of #bceb47

#bceb47 #6aeb47 #ebc847

Monochromatic Colors of #bceb47

#bceb47

Complementary Color

#bceb47 #7647eb

#bceb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb47 Color CSS Codes

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

#bceb47 Text Font Color

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

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


#bceb47 Background Color

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

This div background color is #bceb47


#bceb47 Border Color

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

This div border color is #bceb47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb47


Comments

No comments written yet.

Please login to write comment.