Color Hex Logo

#bec17b Color Hex

#BEC17B
(190,193,123)
0 Favorites   0 Comments

Color spaces of #bec17b

RGB 190193123
HSL0.170.360.62
HSV63°36°76°
CMYK 0.020.000.36   0.24
XYZ43.880350.517126.1769
Yxy50.51710.36390.4190
Hunter Lab71.0754-14.180127.9164
CIE-Lab76.3856-11.775134.9249

#bec17b color RGB value is (190,193,123).

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

The process color (four color CMYK) of #bec17b color hex is 0.02, 0.00, 0.36, 0.24. Web safe color of #bec17b is #cccc66. Color #bec17b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 01111011
Octal 276 301 173
Decimal 190 193 123
Hex BE C1 7B

RGB Percentages of Color #bec17b

%37.55
%38.14
%24.31

CMYK Percentages of Color #bec17b

%2
%0
%36
%24

Triadic Colors of #bec17b

#bec17b #7bbec1 #c17bbe

Analogous Colors of #bec17b

#bec17b #9bc17b #c1a17b

Monochromatic Colors of #bec17b

#bec17b

Complementary Color

#bec17b #7e7bc1

#bec17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec17b Color CSS Codes

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

#bec17b Text Font Color

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

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


#bec17b Background Color

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

This div background color is #bec17b


#bec17b Border Color

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

This div border color is #bec17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec17b


Comments

No comments written yet.

Please login to write comment.