Color Hex Logo

#bec861 Color Hex

#BEC861
(190,200,97)
0 Favorites   0 Comments

Color spaces of #bec861

RGB 19020097
HSL0.180.480.58
HSV66°52°78°
CMYK 0.050.000.52   0.22
XYZ44.047153.118819.2407
Yxy53.11880.37840.4563
Hunter Lab72.8826-19.667035.3656
CIE-Lab77.9451-18.008249.7422

#bec861 color RGB value is (190,200,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 01100001
Octal 276 310 141
Decimal 190 200 97
Hex BE C8 61

RGB Percentages of Color #bec861

%39.01
%41.07
%19.92

CMYK Percentages of Color #bec861

%5
%0
%52
%22

Triadic Colors of #bec861

#bec861 #61bec8 #c861be

Analogous Colors of #bec861

#bec861 #8bc861 #c89f61

Monochromatic Colors of #bec861

#bec861

Complementary Color

#bec861 #6b61c8

#bec861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec861 Color CSS Codes

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

#bec861 Text Font Color

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

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


#bec861 Background Color

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

This div background color is #bec861


#bec861 Border Color

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

This div border color is #bec861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec861


Comments

No comments written yet.

Please login to write comment.