Color Hex Logo

#bebe98 Color Hex

#BEBE98
(190,190,152)
0 Favorites   0 Comments

Color spaces of #bebe98

RGB 190190152
HSL0.170.230.67
HSV60°20°75°
CMYK 0.000.000.20   0.25
XYZ45.316250.041136.9762
Yxy50.04110.34240.3781
Hunter Lab70.7397-9.446618.5265
CIE-Lab76.0945-6.350519.2483

#bebe98 color RGB value is (190,190,152).

#bebe98 hex color red value is 190, green value is 190 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bebe98 hue: 0.17 , saturation: 0.23 and the lightness value of bebe98 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10111110 10011000
Octal 276 276 230
Decimal 190 190 152
Hex BE BE 98

RGB Percentages of Color #bebe98

%35.71
%35.71
%28.57

CMYK Percentages of Color #bebe98

%0
%0
%20
%25

Triadic Colors of #bebe98

#bebe98 #98bebe #be98be

Analogous Colors of #bebe98

#bebe98 #abbe98 #beab98

Monochromatic Colors of #bebe98

#bebe98

Complementary Color

#bebe98 #9898be

#bebe98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bebe98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bebe98 Color CSS Codes

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

#bebe98 Text Font Color

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

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


#bebe98 Background Color

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

This div background color is #bebe98


#bebe98 Border Color

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

This div border color is #bebe98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bebe98


Comments

No comments written yet.

Please login to write comment.