Color Hex Logo

#becc8b Color Hex

#BECC8B
(190,204,139)
0 Favorites   0 Comments

Color spaces of #becc8b

RGB 190204139
HSL0.200.390.67
HSV73°32°80°
CMYK 0.070.000.32   0.20
XYZ47.488355.997032.7317
Yxy55.99700.34860.4111
Hunter Lab74.8311-17.677326.4479
CIE-Lab79.6121-15.368930.8707

#becc8b color RGB value is (190,204,139).

#becc8b hex color red value is 190, green value is 204 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #becc8b hue: 0.20 , saturation: 0.39 and the lightness value of becc8b is 0.67.

The process color (four color CMYK) of #becc8b color hex is 0.07, 0.00, 0.32, 0.20. Web safe color of #becc8b is #cccc99. Color #becc8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 10001011
Octal 276 314 213
Decimal 190 204 139
Hex BE CC 8B

RGB Percentages of Color #becc8b

%35.65
%38.27
%26.08

CMYK Percentages of Color #becc8b

%7
%0
%32
%20

Triadic Colors of #becc8b

#becc8b #8bbecc #cc8bbe

Analogous Colors of #becc8b

#becc8b #9ecc8b #ccba8b

Monochromatic Colors of #becc8b

#becc8b

Complementary Color

#becc8b #998bcc

#becc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#becc8b Color CSS Codes

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

#becc8b Text Font Color

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

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


#becc8b Background Color

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

This div background color is #becc8b


#becc8b Border Color

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

This div border color is #becc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becc8b


Comments

No comments written yet.

Please login to write comment.