Color Hex Logo

#bebba5 Color Hex

#BEBBA5
(190,187,165)
0 Favorites   0 Comments

Color spaces of #bebba5

RGB 190187165
HSL0.150.160.70
HSV53°13°75°
CMYK 0.000.020.13   0.25
XYZ45.797149.204442.6809
Yxy49.20440.33260.3574
Hunter Lab70.1458-6.215413.0265
CIE-Lab75.5783-2.748711.5228

#bebba5 color RGB value is (190,187,165).

#bebba5 hex color red value is 190, green value is 187 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #bebba5 hue: 0.15 , saturation: 0.16 and the lightness value of bebba5 is 0.70.

The process color (four color CMYK) of #bebba5 color hex is 0.00, 0.02, 0.13, 0.25. Web safe color of #bebba5 is #cccc99. Color #bebba5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111011 10100101
Octal 276 273 245
Decimal 190 187 165
Hex BE BB A5

RGB Percentages of Color #bebba5

%35.06
%34.50
%30.44

CMYK Percentages of Color #bebba5

%0
%2
%13
%25

Triadic Colors of #bebba5

#bebba5 #a5bebb #bba5be

Analogous Colors of #bebba5

#bebba5 #b5bea5 #beafa5

Monochromatic Colors of #bebba5

#bebba5

Complementary Color

#bebba5 #a5a8be

#bebba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebba5 Color CSS Codes

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

#bebba5 Text Font Color

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

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


#bebba5 Background Color

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

This div background color is #bebba5


#bebba5 Border Color

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

This div border color is #bebba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebba5


Comments

No comments written yet.

Please login to write comment.