Color Hex Logo

#bceb49 Color Hex

#BCEB49
(188,235,73)
0 Favorites   0 Comments

Color spaces of #bceb49

RGB 18823573
HSL0.220.800.60
HSV77°69°92°
CMYK 0.200.000.69   0.08
XYZ51.650070.589117.2061
Yxy70.58910.37040.5062
Hunter Lab84.0173-37.296746.6700
CIE-Lab87.2850-37.174769.9497

#bceb49 color RGB value is (188,235,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11101011 01001001
Octal 274 353 111
Decimal 188 235 73
Hex BC EB 49

RGB Percentages of Color #bceb49

%37.90
%47.38
%14.72

CMYK Percentages of Color #bceb49

%20
%0
%69
%8

Triadic Colors of #bceb49

#bceb49 #49bceb #eb49bc

Analogous Colors of #bceb49

#bceb49 #6beb49 #ebc949

Monochromatic Colors of #bceb49

#bceb49

Complementary Color

#bceb49 #7849eb

#bceb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bceb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bceb49 Color CSS Codes

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

#bceb49 Text Font Color

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

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


#bceb49 Background Color

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

This div background color is #bceb49


#bceb49 Border Color

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

This div border color is #bceb49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bceb49


Comments

No comments written yet.

Please login to write comment.