Color Hex Logo

#bebc88 Color Hex

#BEBC88
(190,188,136)
0 Favorites   0 Comments

Color spaces of #bebc88

RGB 190188136
HSL0.160.290.64
HSV58°28°75°
CMYK 0.000.010.28   0.25
XYZ43.662448.691230.3896
Yxy48.69120.35570.3967
Hunter Lab69.7791-10.421823.0239
CIE-Lab75.2588-7.559226.6400

#bebc88 color RGB value is (190,188,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111100 10001000
Octal 276 274 210
Decimal 190 188 136
Hex BE BC 88

RGB Percentages of Color #bebc88

%36.96
%36.58
%26.46

CMYK Percentages of Color #bebc88

%0
%1
%28
%25

Triadic Colors of #bebc88

#bebc88 #88bebc #bc88be

Analogous Colors of #bebc88

#bebc88 #a5be88 #bea188

Monochromatic Colors of #bebc88

#bebc88

Complementary Color

#bebc88 #888abe

#bebc88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebc88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebc88 Color CSS Codes

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

#bebc88 Text Font Color

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

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


#bebc88 Background Color

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

This div background color is #bebc88


#bebc88 Border Color

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

This div border color is #bebc88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebc88


Comments

No comments written yet.

Please login to write comment.