Color Hex Logo

#beca99 Color Hex

#BECA99
(190,202,153)
0 Favorites   0 Comments

Color spaces of #beca99

RGB 190202153
HSL0.210.320.70
HSV75°24°79°
CMYK 0.060.000.24   0.21
XYZ48.105555.488138.3118
Yxy55.48810.33900.3910
Hunter Lab74.4903-15.083621.6493
CIE-Lab79.3216-12.405223.1521

#beca99 color RGB value is (190,202,153).

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

The process color (four color CMYK) of #beca99 color hex is 0.06, 0.00, 0.24, 0.21. Web safe color of #beca99 is #cccc99. Color #beca99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 10011001
Octal 276 312 231
Decimal 190 202 153
Hex BE CA 99

RGB Percentages of Color #beca99

%34.86
%37.06
%28.07

CMYK Percentages of Color #beca99

%6
%0
%24
%21

Triadic Colors of #beca99

#beca99 #99beca #ca99be

Analogous Colors of #beca99

#beca99 #a6ca99 #cabe99

Monochromatic Colors of #beca99

#beca99

Complementary Color

#beca99 #a599ca

#beca99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beca99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beca99 Color CSS Codes

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

#beca99 Text Font Color

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

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


#beca99 Background Color

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

This div background color is #beca99


#beca99 Border Color

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

This div border color is #beca99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beca99


Comments

No comments written yet.

Please login to write comment.