Color Hex Logo

#beb0ae Color Hex

#BEB0AE
(190,176,174)
0 Favorites   0 Comments

Color spaces of #beb0ae

RGB 190176174
HSL0.020.110.71
HSV75°
CMYK 0.000.070.08   0.25
XYZ44.400545.053846.4005
Yxy45.05380.32680.3316
Hunter Lab67.12210.61195.9992
CIE-Lab72.92734.65222.8180

#beb0ae color RGB value is (190,176,174).

#beb0ae hex color red value is 190, green value is 176 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #beb0ae hue: 0.02 , saturation: 0.11 and the lightness value of beb0ae is 0.71.

The process color (four color CMYK) of #beb0ae color hex is 0.00, 0.07, 0.08, 0.25. Web safe color of #beb0ae is #cc9999. Color #beb0ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10110000 10101110
Octal 276 260 256
Decimal 190 176 174
Hex BE B0 AE

RGB Percentages of Color #beb0ae

%35.19
%32.59
%32.22

CMYK Percentages of Color #beb0ae

%0
%7
%8
%25

Triadic Colors of #beb0ae

#beb0ae #aebeb0 #b0aebe

Analogous Colors of #beb0ae

#beb0ae #beb8ae #beaeb4

Monochromatic Colors of #beb0ae

#beb0ae

Complementary Color

#beb0ae #aebcbe

#beb0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beb0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#beb0ae Color CSS Codes

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

#beb0ae Text Font Color

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

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


#beb0ae Background Color

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

This div background color is #beb0ae


#beb0ae Border Color

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

This div border color is #beb0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beb0ae


Comments

No comments written yet.

Please login to write comment.