Color Hex Logo

#bec68d Color Hex

#BEC68D
(190,198,141)
0 Favorites   0 Comments

Color spaces of #bec68d

RGB 190198141
HSL0.190.330.66
HSV68°29°78°
CMYK 0.040.000.29   0.22
XYZ46.237053.258433.0423
Yxy53.25840.34890.4018
Hunter Lab72.9784-14.619624.2402
CIE-Lab78.0273-12.053727.7158

#bec68d color RGB value is (190,198,141).

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

The process color (four color CMYK) of #bec68d color hex is 0.04, 0.00, 0.29, 0.22. Web safe color of #bec68d is #cccc99. Color #bec68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 10001101
Octal 276 306 215
Decimal 190 198 141
Hex BE C6 8D

RGB Percentages of Color #bec68d

%35.92
%37.43
%26.65

CMYK Percentages of Color #bec68d

%4
%0
%29
%22

Triadic Colors of #bec68d

#bec68d #8dbec6 #c68dbe

Analogous Colors of #bec68d

#bec68d #a2c68d #c6b28d

Monochromatic Colors of #bec68d

#bec68d

Complementary Color

#bec68d #958dc6

#bec68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec68d Color CSS Codes

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

#bec68d Text Font Color

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

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


#bec68d Background Color

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

This div background color is #bec68d


#bec68d Border Color

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

This div border color is #bec68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec68d


Comments

No comments written yet.

Please login to write comment.