Color Hex Logo

#becd96 Color Hex

#BECD96
(190,205,150)
0 Favorites   0 Comments

Color spaces of #becd96

RGB 190205150
HSL0.210.350.70
HSV76°27°80°
CMYK 0.070.000.27   0.20
XYZ48.571556.811837.2599
Yxy56.81180.34050.3983
Hunter Lab75.3736-16.876623.4523
CIE-Lab80.0736-14.364225.7529

#becd96 color RGB value is (190,205,150).

#becd96 hex color red value is 190, green value is 205 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #becd96 hue: 0.21 , saturation: 0.35 and the lightness value of becd96 is 0.70.

The process color (four color CMYK) of #becd96 color hex is 0.07, 0.00, 0.27, 0.20. Web safe color of #becd96 is #cccc99. Color #becd96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 10010110
Octal 276 315 226
Decimal 190 205 150
Hex BE CD 96

RGB Percentages of Color #becd96

%34.86
%37.61
%27.52

CMYK Percentages of Color #becd96

%7
%0
%27
%20

Triadic Colors of #becd96

#becd96 #96becd #cd96be

Analogous Colors of #becd96

#becd96 #a3cd96 #cdc196

Monochromatic Colors of #becd96

#becd96

Complementary Color

#becd96 #a596cd

#becd96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becd96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becd96 Color CSS Codes

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

#becd96 Text Font Color

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

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


#becd96 Background Color

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

This div background color is #becd96


#becd96 Border Color

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

This div border color is #becd96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becd96


Comments

No comments written yet.

Please login to write comment.