Color Hex Logo

#bec58d Color Hex

#BEC58D
(190,197,141)
0 Favorites   0 Comments

Color spaces of #bec58d

RGB 190197141
HSL0.190.330.66
HSV68°28°77°
CMYK 0.040.000.28   0.23
XYZ46.009252.802732.9663
Yxy52.80270.34910.4007
Hunter Lab72.6655-14.144723.9676
CIE-Lab77.7584-11.541327.3552

#bec58d color RGB value is (190,197,141).

#bec58d hex color red value is 190, green value is 197 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bec58d hue: 0.19 , saturation: 0.33 and the lightness value of bec58d is 0.66.

The process color (four color CMYK) of #bec58d color hex is 0.04, 0.00, 0.28, 0.23. Web safe color of #bec58d is #cccc99. Color #bec58d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000101 10001101
Octal 276 305 215
Decimal 190 197 141
Hex BE C5 8D

RGB Percentages of Color #bec58d

%35.98
%37.31
%26.70

CMYK Percentages of Color #bec58d

%4
%0
%28
%23

Triadic Colors of #bec58d

#bec58d #8dbec5 #c58dbe

Analogous Colors of #bec58d

#bec58d #a2c58d #c5b08d

Monochromatic Colors of #bec58d

#bec58d

Complementary Color

#bec58d #948dc5

#bec58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec58d Color CSS Codes

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

#bec58d Text Font Color

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

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


#bec58d Background Color

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

This div background color is #bec58d


#bec58d Border Color

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

This div border color is #bec58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec58d


Comments

No comments written yet.

Please login to write comment.