Color Hex Logo

#bec692 Color Hex

#BEC692
(190,198,146)
0 Favorites   0 Comments

Color spaces of #bec692

RGB 190198146
HSL0.190.310.67
HSV69°26°78°
CMYK 0.040.000.26   0.22
XYZ46.617653.410635.0464
Yxy53.41060.34510.3954
Hunter Lab73.0826-14.033622.7255
CIE-Lab78.1168-11.363425.2060

#bec692 color RGB value is (190,198,146).

#bec692 hex color red value is 190, green value is 198 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bec692 hue: 0.19 , saturation: 0.31 and the lightness value of bec692 is 0.67.

The process color (four color CMYK) of #bec692 color hex is 0.04, 0.00, 0.26, 0.22. Web safe color of #bec692 is #cccc99. Color #bec692 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 10010010
Octal 276 306 222
Decimal 190 198 146
Hex BE C6 92

RGB Percentages of Color #bec692

%35.58
%37.08
%27.34

CMYK Percentages of Color #bec692

%4
%0
%26
%22

Triadic Colors of #bec692

#bec692 #92bec6 #c692be

Analogous Colors of #bec692

#bec692 #a4c692 #c6b492

Monochromatic Colors of #bec692

#bec692

Complementary Color

#bec692 #9a92c6

#bec692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec692 Color CSS Codes

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

#bec692 Text Font Color

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

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


#bec692 Background Color

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

This div background color is #bec692


#bec692 Border Color

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

This div border color is #bec692


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,198,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 #bec692">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec692


Comments

No comments written yet.

Please login to write comment.