Color Hex Logo

#bec68a Color Hex

#BEC68A
(190,198,138)
0 Favorites   0 Comments

Color spaces of #bec68a

RGB 190198138
HSL0.190.340.66
HSV68°30°78°
CMYK 0.040.000.30   0.22
XYZ46.016753.170331.8823
Yxy53.17030.35110.4057
Hunter Lab72.9180-14.959625.1189
CIE-Lab77.9754-12.455629.2179

#bec68a color RGB value is (190,198,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 10001010
Octal 276 306 212
Decimal 190 198 138
Hex BE C6 8A

RGB Percentages of Color #bec68a

%36.12
%37.64
%26.24

CMYK Percentages of Color #bec68a

%4
%0
%30
%22

Triadic Colors of #bec68a

#bec68a #8abec6 #c68abe

Analogous Colors of #bec68a

#bec68a #a0c68a #c6b08a

Monochromatic Colors of #bec68a

#bec68a

Complementary Color

#bec68a #928ac6

#bec68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec68a Color CSS Codes

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

#bec68a Text Font Color

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

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


#bec68a Background Color

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

This div background color is #bec68a


#bec68a Border Color

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

This div border color is #bec68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec68a


Comments

No comments written yet.

Please login to write comment.