Color Hex Logo

#bebc54 Color Hex

#BEBC54
(190,188,84)
0 Favorites   0 Comments

Color spaces of #bebc54

RGB 19018884
HSL0.160.450.54
HSV59°56°75°
CMYK 0.000.010.56   0.25
XYZ40.818747.553715.4149
Yxy47.55370.39330.4582
Hunter Lab68.9592-15.019935.0180
CIE-Lab74.5426-13.036151.8705

#bebc54 color RGB value is (190,188,84).

#bebc54 hex color red value is 190, green value is 188 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #bebc54 hue: 0.16 , saturation: 0.45 and the lightness value of bebc54 is 0.54.

The process color (four color CMYK) of #bebc54 color hex is 0.00, 0.01, 0.56, 0.25. Web safe color of #bebc54 is #cccc66. Color #bebc54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 01010100
Octal 276 274 124
Decimal 190 188 84
Hex BE BC 54

RGB Percentages of Color #bebc54

%41.13
%40.69
%18.18

CMYK Percentages of Color #bebc54

%0
%1
%56
%25

Triadic Colors of #bebc54

#bebc54 #54bebc #bc54be

Analogous Colors of #bebc54

#bebc54 #8bbe54 #be8754

Monochromatic Colors of #bebc54

#bebc54

Complementary Color

#bebc54 #5456be

#bebc54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc54 Color CSS Codes

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

#bebc54 Text Font Color

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

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


#bebc54 Background Color

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

This div background color is #bebc54


#bebc54 Border Color

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

This div border color is #bebc54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc54


Comments

No comments written yet.

Please login to write comment.