Color Hex Logo

#beb4ba Color Hex

#BEB4BA
(190,180,186)
0 Favorites   0 Comments

Color spaces of #beb4ba

RGB 190180186
HSL0.900.070.73
HSV324°75°
CMYK 0.000.050.02   0.25
XYZ46.419447.134853.1057
Yxy47.13480.31650.3214
Hunter Lab68.65480.54292.1965
CIE-Lab74.27594.6325-1.7829

#beb4ba color RGB value is (190,180,186).

#beb4ba hex color red value is 190, green value is 180 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #beb4ba hue: 0.90 , saturation: 0.07 and the lightness value of beb4ba is 0.73.

The process color (four color CMYK) of #beb4ba color hex is 0.00, 0.05, 0.02, 0.25. Web safe color of #beb4ba is #cccccc. Color #beb4ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110100 10111010
Octal 276 264 272
Decimal 190 180 186
Hex BE B4 BA

RGB Percentages of Color #beb4ba

%34.17
%32.37
%33.45

CMYK Percentages of Color #beb4ba

%0
%5
%2
%25

Triadic Colors of #beb4ba

#beb4ba #babeb4 #b4babe

Analogous Colors of #beb4ba

#beb4ba #beb4b5 #bdb4be

Monochromatic Colors of #beb4ba

#beb4ba

Complementary Color

#beb4ba #b4beb8

#beb4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb4ba Color CSS Codes

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

#beb4ba Text Font Color

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

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


#beb4ba Background Color

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

This div background color is #beb4ba


#beb4ba Border Color

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

This div border color is #beb4ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb4ba


Comments

No comments written yet.

Please login to write comment.