Color Hex Logo

#bebf53 Color Hex

#BEBF53
(190,191,83)
0 Favorites   0 Comments

Color spaces of #bebf53

RGB 19019183
HSL0.170.460.54
HSV61°57°75°
CMYK 0.010.000.57   0.25
XYZ41.427348.833315.4259
Yxy48.83330.39200.4621
Hunter Lab69.8808-16.471735.8286
CIE-Lab75.3475-14.640153.2335

#bebf53 color RGB value is (190,191,83).

#bebf53 hex color red value is 190, green value is 191 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bebf53 hue: 0.17 , saturation: 0.46 and the lightness value of bebf53 is 0.54.

The process color (four color CMYK) of #bebf53 color hex is 0.01, 0.00, 0.57, 0.25. Web safe color of #bebf53 is #cccc66. Color #bebf53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111111 01010011
Octal 276 277 123
Decimal 190 191 83
Hex BE BF 53

RGB Percentages of Color #bebf53

%40.95
%41.16
%17.89

CMYK Percentages of Color #bebf53

%1
%0
%57
%25

Triadic Colors of #bebf53

#bebf53 #53bebf #bf53be

Analogous Colors of #bebf53

#bebf53 #88bf53 #bf8a53

Monochromatic Colors of #bebf53

#bebf53

Complementary Color

#bebf53 #5453bf

#bebf53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebf53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebf53 Color CSS Codes

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

#bebf53 Text Font Color

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

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


#bebf53 Background Color

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

This div background color is #bebf53


#bebf53 Border Color

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

This div border color is #bebf53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebf53


Comments

No comments written yet.

Please login to write comment.