Color Hex Logo

#bea692 Color Hex

#BEA692
(190,166,146)
0 Favorites   0 Comments

Color spaces of #bea692

RGB 190166146
HSL0.080.250.66
HSV27°23°75°
CMYK 0.000.130.23   0.25
XYZ40.059740.294932.8604
Yxy40.29490.35380.3559
Hunter Lab63.47831.560413.7425
CIE-Lab69.67915.574413.5694

#bea692 color RGB value is (190,166,146).

#bea692 hex color red value is 190, green value is 166 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bea692 hue: 0.08 , saturation: 0.25 and the lightness value of bea692 is 0.66.

The process color (four color CMYK) of #bea692 color hex is 0.00, 0.13, 0.23, 0.25. Web safe color of #bea692 is #cc9999. Color #bea692 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10100110 10010010
Octal 276 246 222
Decimal 190 166 146
Hex BE A6 92

RGB Percentages of Color #bea692

%37.85
%33.07
%29.08

CMYK Percentages of Color #bea692

%0
%13
%23
%25

Triadic Colors of #bea692

#bea692 #92bea6 #a692be

Analogous Colors of #bea692

#bea692 #bebc92 #be9294

Monochromatic Colors of #bea692

#bea692

Complementary Color

#bea692 #92aabe

#bea692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bea692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bea692 Color CSS Codes

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

#bea692 Text Font Color

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

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


#bea692 Background Color

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

This div background color is #bea692


#bea692 Border Color

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

This div border color is #bea692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bea692


Comments

No comments written yet.

Please login to write comment.