Color Hex Logo

#bebe48 Color Hex

#BEBE48
(190,190,72)
0 Favorites   0 Comments

Color spaces of #bebe48

RGB 19019072
HSL0.170.480.51
HSV60°62°75°
CMYK 0.000.000.62   0.25
XYZ40.818448.241913.2912
Yxy48.24190.39880.4713
Hunter Lab69.4564-16.647137.2737
CIE-Lab74.9772-14.910757.6452

#bebe48 color RGB value is (190,190,72).

#bebe48 hex color red value is 190, green value is 190 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bebe48 hue: 0.17 , saturation: 0.48 and the lightness value of bebe48 is 0.51.

The process color (four color CMYK) of #bebe48 color hex is 0.00, 0.00, 0.62, 0.25. Web safe color of #bebe48 is #cccc33. Color #bebe48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 01001000
Octal 276 276 110
Decimal 190 190 72
Hex BE BE 48

RGB Percentages of Color #bebe48

%42.04
%42.04
%15.93

CMYK Percentages of Color #bebe48

%0
%0
%62
%25

Triadic Colors of #bebe48

#bebe48 #48bebe #be48be

Analogous Colors of #bebe48

#bebe48 #83be48 #be8348

Monochromatic Colors of #bebe48

#bebe48

Complementary Color

#bebe48 #4848be

#bebe48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe48 Color CSS Codes

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

#bebe48 Text Font Color

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

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


#bebe48 Background Color

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

This div background color is #bebe48


#bebe48 Border Color

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

This div border color is #bebe48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe48


Comments

No comments written yet.

Please login to write comment.