Color Hex Logo

#becaa9 Color Hex

#BECAA9
(190,202,169)
0 Favorites   0 Comments

Color spaces of #becaa9

RGB 190202169
HSL0.230.240.73
HSV82°16°79°
CMYK 0.060.000.16   0.21
XYZ49.517256.052845.7456
Yxy56.05280.32720.3704
Hunter Lab74.8684-12.961716.1809
CIE-Lab79.6439-9.934115.1097

#becaa9 color RGB value is (190,202,169).

#becaa9 hex color red value is 190, green value is 202 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #becaa9 hue: 0.23 , saturation: 0.24 and the lightness value of becaa9 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 10101001
Octal 276 312 251
Decimal 190 202 169
Hex BE CA A9

RGB Percentages of Color #becaa9

%33.87
%36.01
%30.12

CMYK Percentages of Color #becaa9

%6
%0
%16
%21

Triadic Colors of #becaa9

#becaa9 #a9beca #caa9be

Analogous Colors of #becaa9

#becaa9 #aecaa9 #cac6a9

Monochromatic Colors of #becaa9

#becaa9

Complementary Color

#becaa9 #b5a9ca

#becaa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becaa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becaa9 Color CSS Codes

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

#becaa9 Text Font Color

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

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


#becaa9 Background Color

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

This div background color is #becaa9


#becaa9 Border Color

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

This div border color is #becaa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becaa9


Comments

No comments written yet.

Please login to write comment.