Color Hex Logo

#bec47b Color Hex

#BEC47B
(190,196,123)
0 Favorites   0 Comments

Color spaces of #bec47b

RGB 190196123
HSL0.180.380.63
HSV65°37°77°
CMYK 0.030.000.37   0.23
XYZ44.550351.857126.4003
Yxy51.85710.36280.4223
Hunter Lab72.0119-15.591428.6720
CIE-Lab77.1953-13.308535.9682

#bec47b color RGB value is (190,196,123).

#bec47b hex color red value is 190, green value is 196 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bec47b hue: 0.18 , saturation: 0.38 and the lightness value of bec47b is 0.63.

The process color (four color CMYK) of #bec47b color hex is 0.03, 0.00, 0.37, 0.23. Web safe color of #bec47b is #cccc66. Color #bec47b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000100 01111011
Octal 276 304 173
Decimal 190 196 123
Hex BE C4 7B

RGB Percentages of Color #bec47b

%37.33
%38.51
%24.17

CMYK Percentages of Color #bec47b

%3
%0
%37
%23

Triadic Colors of #bec47b

#bec47b #7bbec4 #c47bbe

Analogous Colors of #bec47b

#bec47b #9ac47b #c4a67b

Monochromatic Colors of #bec47b

#bec47b

Complementary Color

#bec47b #817bc4

#bec47b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec47b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec47b Color CSS Codes

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

#bec47b Text Font Color

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

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


#bec47b Background Color

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

This div background color is #bec47b


#bec47b Border Color

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

This div border color is #bec47b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec47b


Comments

No comments written yet.

Please login to write comment.