Color Hex Logo

#becc99 Color Hex

#BECC99
(190,204,153)
0 Favorites   0 Comments

Color spaces of #becc99

RGB 190204153
HSL0.210.330.70
HSV76°25°80°
CMYK 0.070.000.25   0.20
XYZ48.577856.432838.4693
Yxy56.43280.33860.3933
Hunter Lab75.1218-16.035322.2233
CIE-Lab79.8595-13.424023.8863

#becc99 color RGB value is (190,204,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 10011001
Octal 276 314 231
Decimal 190 204 153
Hex BE CC 99

RGB Percentages of Color #becc99

%34.73
%37.29
%27.97

CMYK Percentages of Color #becc99

%7
%0
%25
%20

Triadic Colors of #becc99

#becc99 #99becc #cc99be

Analogous Colors of #becc99

#becc99 #a5cc99 #ccc199

Monochromatic Colors of #becc99

#becc99

Complementary Color

#becc99 #a799cc

#becc99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becc99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becc99 Color CSS Codes

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

#becc99 Text Font Color

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

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


#becc99 Background Color

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

This div background color is #becc99


#becc99 Border Color

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

This div border color is #becc99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becc99


Comments

No comments written yet.

Please login to write comment.