Color Hex Logo

#bec08a Color Hex

#BEC08A
(190,192,138)
0 Favorites   0 Comments

Color spaces of #bec08a

RGB 190192138
HSL0.170.300.65
HSV62°28°75°
CMYK 0.010.000.28   0.25
XYZ44.672350.481431.4342
Yxy50.48140.35290.3988
Hunter Lab71.0503-12.107523.5040
CIE-Lab76.3638-9.370227.0644

#bec08a color RGB value is (190,192,138).

#bec08a hex color red value is 190, green value is 192 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bec08a hue: 0.17 , saturation: 0.30 and the lightness value of bec08a is 0.65.

The process color (four color CMYK) of #bec08a color hex is 0.01, 0.00, 0.28, 0.25. Web safe color of #bec08a is #cccc99. Color #bec08a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 10001010
Octal 276 300 212
Decimal 190 192 138
Hex BE C0 8A

RGB Percentages of Color #bec08a

%36.54
%36.92
%26.54

CMYK Percentages of Color #bec08a

%1
%0
%28
%25

Triadic Colors of #bec08a

#bec08a #8abec0 #c08abe

Analogous Colors of #bec08a

#bec08a #a3c08a #c0a78a

Monochromatic Colors of #bec08a

#bec08a

Complementary Color

#bec08a #8c8ac0

#bec08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec08a Color CSS Codes

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

#bec08a Text Font Color

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

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


#bec08a Background Color

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

This div background color is #bec08a


#bec08a Border Color

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

This div border color is #bec08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec08a


Comments

No comments written yet.

Please login to write comment.