Color Hex Logo

#becb92 Color Hex

#BECB92
(190,203,146)
0 Favorites   0 Comments

Color spaces of #becb92

RGB 190203146
HSL0.200.350.68
HSV74°28°80°
CMYK 0.060.000.28   0.20
XYZ47.779455.734335.4337
Yxy55.73430.34390.4011
Hunter Lab74.6554-16.407124.1180
CIE-Lab79.4624-13.914427.0229

#becb92 color RGB value is (190,203,146).

#becb92 hex color red value is 190, green value is 203 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #becb92 hue: 0.20 , saturation: 0.35 and the lightness value of becb92 is 0.68.

The process color (four color CMYK) of #becb92 color hex is 0.06, 0.00, 0.28, 0.20. Web safe color of #becb92 is #cccc99. Color #becb92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 10010010
Octal 276 313 222
Decimal 190 203 146
Hex BE CB 92

RGB Percentages of Color #becb92

%35.25
%37.66
%27.09

CMYK Percentages of Color #becb92

%6
%0
%28
%20

Triadic Colors of #becb92

#becb92 #92becb #cb92be

Analogous Colors of #becb92

#becb92 #a2cb92 #cbbc92

Monochromatic Colors of #becb92

#becb92

Complementary Color

#becb92 #9f92cb

#becb92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becb92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becb92 Color CSS Codes

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

#becb92 Text Font Color

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

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


#becb92 Background Color

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

This div background color is #becb92


#becb92 Border Color

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

This div border color is #becb92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becb92


Comments

No comments written yet.

Please login to write comment.