Color Hex Logo

#bec664 Color Hex

#BEC664
(190,198,100)
0 Favorites   0 Comments

Color spaces of #bec664

RGB 190198100
HSL0.180.460.58
HSV65°49°78°
CMYK 0.040.000.49   0.22
XYZ43.729552.255419.8381
Yxy52.25540.37760.4512
Hunter Lab72.2879-18.522934.3305
CIE-Lab77.4333-16.734447.7101

#bec664 color RGB value is (190,198,100).

#bec664 hex color red value is 190, green value is 198 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bec664 hue: 0.18 , saturation: 0.46 and the lightness value of bec664 is 0.58.

The process color (four color CMYK) of #bec664 color hex is 0.04, 0.00, 0.49, 0.22. Web safe color of #bec664 is #cccc66. Color #bec664 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 01100100
Octal 276 306 144
Decimal 190 198 100
Hex BE C6 64

RGB Percentages of Color #bec664

%38.93
%40.57
%20.49

CMYK Percentages of Color #bec664

%4
%0
%49
%22

Triadic Colors of #bec664

#bec664 #64bec6 #c664be

Analogous Colors of #bec664

#bec664 #8dc664 #c69d64

Monochromatic Colors of #bec664

#bec664

Complementary Color

#bec664 #6c64c6

#bec664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec664 Color CSS Codes

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

#bec664 Text Font Color

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

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


#bec664 Background Color

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

This div background color is #bec664


#bec664 Border Color

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

This div border color is #bec664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec664


Comments

No comments written yet.

Please login to write comment.