Color Hex Logo

#bebda8 Color Hex

#BEBDA8
(190,189,168)
0 Favorites   0 Comments

Color spaces of #bebda8

RGB 190189168
HSL0.160.140.70
HSV57°12°75°
CMYK 0.000.010.12   0.25
XYZ46.500750.169544.2786
Yxy50.16950.32990.3559
Hunter Lab70.8304-6.766712.5170
CIE-Lab76.1732-3.315610.7444

#bebda8 color RGB value is (190,189,168).

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

The process color (four color CMYK) of #bebda8 color hex is 0.00, 0.01, 0.12, 0.25. Web safe color of #bebda8 is #cccc99. Color #bebda8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111101 10101000
Octal 276 275 250
Decimal 190 189 168
Hex BE BD A8

RGB Percentages of Color #bebda8

%34.73
%34.55
%30.71

CMYK Percentages of Color #bebda8

%0
%1
%12
%25

Triadic Colors of #bebda8

#bebda8 #a8bebd #bda8be

Analogous Colors of #bebda8

#bebda8 #b4bea8 #beb2a8

Monochromatic Colors of #bebda8

#bebda8

Complementary Color

#bebda8 #a8a9be

#bebda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebda8 Color CSS Codes

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

#bebda8 Text Font Color

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

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


#bebda8 Background Color

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

This div background color is #bebda8


#bebda8 Border Color

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

This div border color is #bebda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebda8


Comments

No comments written yet.

Please login to write comment.