Color Hex Logo

#bec16d Color Hex

#BEC16D
(190,193,109)
0 Favorites   0 Comments

Color spaces of #bec16d

RGB 190193109
HSL0.170.400.59
HSV62°44°76°
CMYK 0.020.000.44   0.24
XYZ43.065550.191221.8861
Yxy50.19120.37400.4359
Hunter Lab70.8457-15.474031.2758
CIE-Lab76.1865-13.323841.7858

#bec16d color RGB value is (190,193,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000001 01101101
Octal 276 301 155
Decimal 190 193 109
Hex BE C1 6D

RGB Percentages of Color #bec16d

%38.62
%39.23
%22.15

CMYK Percentages of Color #bec16d

%2
%0
%44
%24

Triadic Colors of #bec16d

#bec16d #6dbec1 #c16dbe

Analogous Colors of #bec16d

#bec16d #94c16d #c19a6d

Monochromatic Colors of #bec16d

#bec16d

Complementary Color

#bec16d #706dc1

#bec16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec16d Color CSS Codes

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

#bec16d Text Font Color

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

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


#bec16d Background Color

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

This div background color is #bec16d


#bec16d Border Color

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

This div border color is #bec16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec16d


Comments

No comments written yet.

Please login to write comment.