Color Hex Logo

#bec470 Color Hex

#BEC470
(190,196,112)
0 Favorites   0 Comments

Color spaces of #bec470

RGB 190196112
HSL0.180.420.60
HSV64°43°77°
CMYK 0.030.000.43   0.23
XYZ43.899851.596922.9747
Yxy51.59690.37060.4355
Hunter Lab71.8310-16.613231.3181
CIE-Lab77.0392-14.535241.3449

#bec470 color RGB value is (190,196,112).

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

The process color (four color CMYK) of #bec470 color hex is 0.03, 0.00, 0.43, 0.23. Web safe color of #bec470 is #cccc66. Color #bec470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000100 01110000
Octal 276 304 160
Decimal 190 196 112
Hex BE C4 70

RGB Percentages of Color #bec470

%38.15
%39.36
%22.49

CMYK Percentages of Color #bec470

%3
%0
%43
%23

Triadic Colors of #bec470

#bec470 #70bec4 #c470be

Analogous Colors of #bec470

#bec470 #94c470 #c4a070

Monochromatic Colors of #bec470

#bec470

Complementary Color

#bec470 #7670c4

#bec470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec470 Color CSS Codes

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

#bec470 Text Font Color

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

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


#bec470 Background Color

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

This div background color is #bec470


#bec470 Border Color

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

This div border color is #bec470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec470


Comments

No comments written yet.

Please login to write comment.