Color Hex Logo

#bec655 Color Hex

#BEC655
(190,198,85)
0 Favorites   0 Comments

Color spaces of #bec655

RGB 19019885
HSL0.180.500.55
HSV64°57°78°
CMYK 0.040.000.57   0.22
XYZ43.069051.991216.3597
Yxy51.99120.38650.4666
Hunter Lab72.1049-19.563837.0213
CIE-Lab77.2756-18.007854.4950

#bec655 color RGB value is (190,198,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 01010101
Octal 276 306 125
Decimal 190 198 85
Hex BE C6 55

RGB Percentages of Color #bec655

%40.17
%41.86
%17.97

CMYK Percentages of Color #bec655

%4
%0
%57
%22

Triadic Colors of #bec655

#bec655 #55bec6 #c655be

Analogous Colors of #bec655

#bec655 #86c655 #c69655

Monochromatic Colors of #bec655

#bec655

Complementary Color

#bec655 #5d55c6

#bec655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec655 Color CSS Codes

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

#bec655 Text Font Color

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

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


#bec655 Background Color

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

This div background color is #bec655


#bec655 Border Color

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

This div border color is #bec655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec655


Comments

No comments written yet.

Please login to write comment.