Color Hex Logo

#bec07e Color Hex

#BEC07E
(190,192,126)
0 Favorites   0 Comments

Color spaces of #bec07e

RGB 190192126
HSL0.170.340.62
HSV62°34°75°
CMYK 0.010.000.34   0.25
XYZ43.850750.152827.1079
Yxy50.15280.36210.4141
Hunter Lab70.8186-13.405926.8781
CIE-Lab76.1630-10.902533.0839

#bec07e color RGB value is (190,192,126).

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

The process color (four color CMYK) of #bec07e color hex is 0.01, 0.00, 0.34, 0.25. Web safe color of #bec07e is #cccc66. Color #bec07e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 01111110
Octal 276 300 176
Decimal 190 192 126
Hex BE C0 7E

RGB Percentages of Color #bec07e

%37.40
%37.80
%24.80

CMYK Percentages of Color #bec07e

%1
%0
%34
%25

Triadic Colors of #bec07e

#bec07e #7ebec0 #c07ebe

Analogous Colors of #bec07e

#bec07e #9dc07e #c0a17e

Monochromatic Colors of #bec07e

#bec07e

Complementary Color

#bec07e #807ec0

#bec07e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec07e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec07e Color CSS Codes

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

#bec07e Text Font Color

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

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


#bec07e Background Color

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

This div background color is #bec07e


#bec07e Border Color

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

This div border color is #bec07e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec07e


Comments

No comments written yet.

Please login to write comment.