Color Hex Logo

#bec673 Color Hex

#BEC673
(190,198,115)
0 Favorites   0 Comments

Color spaces of #bec673

RGB 190198115
HSL0.180.420.61
HSV66°42°78°
CMYK 0.040.000.42   0.22
XYZ44.523852.573124.0206
Yxy52.57310.36760.4341
Hunter Lab72.5073-17.278231.1132
CIE-Lab77.6223-15.225940.5701

#bec673 color RGB value is (190,198,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 01110011
Octal 276 306 163
Decimal 190 198 115
Hex BE C6 73

RGB Percentages of Color #bec673

%37.77
%39.36
%22.86

CMYK Percentages of Color #bec673

%4
%0
%42
%22

Triadic Colors of #bec673

#bec673 #73bec6 #c673be

Analogous Colors of #bec673

#bec673 #95c673 #c6a573

Monochromatic Colors of #bec673

#bec673

Complementary Color

#bec673 #7b73c6

#bec673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec673 Color CSS Codes

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

#bec673 Text Font Color

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

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


#bec673 Background Color

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

This div background color is #bec673


#bec673 Border Color

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

This div border color is #bec673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec673


Comments

No comments written yet.

Please login to write comment.