Color Hex Logo

#bec873 Color Hex

#BEC873
(190,200,115)
0 Favorites   0 Comments

Color spaces of #bec873

RGB 190200115
HSL0.190.440.62
HSV67°43°78°
CMYK 0.050.000.43   0.22
XYZ44.984053.493524.1740
Yxy53.49350.36680.4361
Hunter Lab73.1393-18.208031.6009
CIE-Lab78.1655-16.233941.2500

#bec873 color RGB value is (190,200,115).

#bec873 hex color red value is 190, green value is 200 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bec873 hue: 0.19 , saturation: 0.44 and the lightness value of bec873 is 0.62.

The process color (four color CMYK) of #bec873 color hex is 0.05, 0.00, 0.43, 0.22. Web safe color of #bec873 is #cccc66. Color #bec873 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 01110011
Octal 276 310 163
Decimal 190 200 115
Hex BE C8 73

RGB Percentages of Color #bec873

%37.62
%39.60
%22.77

CMYK Percentages of Color #bec873

%5
%0
%43
%22

Triadic Colors of #bec873

#bec873 #73bec8 #c873be

Analogous Colors of #bec873

#bec873 #94c873 #c8a873

Monochromatic Colors of #bec873

#bec873

Complementary Color

#bec873 #7d73c8

#bec873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec873 Color CSS Codes

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

#bec873 Text Font Color

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

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


#bec873 Background Color

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

This div background color is #bec873


#bec873 Border Color

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

This div border color is #bec873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec873


Comments

No comments written yet.

Please login to write comment.