Color Hex Logo

#becfa9 Color Hex

#BECFA9
(190,207,169)
0 Favorites   0 Comments

Color spaces of #becfa9

RGB 190207169
HSL0.240.280.74
HSV87°18°81°
CMYK 0.080.000.18   0.19
XYZ50.709558.437446.1430
Yxy58.43740.32650.3763
Hunter Lab76.4444-15.369317.7227
CIE-Lab80.9814-12.495616.9832

#becfa9 color RGB value is (190,207,169).

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

The process color (four color CMYK) of #becfa9 color hex is 0.08, 0.00, 0.18, 0.19. Web safe color of #becfa9 is #cccc99. Color #becfa9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001111 10101001
Octal 276 317 251
Decimal 190 207 169
Hex BE CF A9

RGB Percentages of Color #becfa9

%33.57
%36.57
%29.86

CMYK Percentages of Color #becfa9

%8
%0
%18
%19

Triadic Colors of #becfa9

#becfa9 #a9becf #cfa9be

Analogous Colors of #becfa9

#becfa9 #abcfa9 #cfcda9

Monochromatic Colors of #becfa9

#becfa9

Complementary Color

#becfa9 #baa9cf

#becfa9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becfa9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becfa9 Color CSS Codes

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

#becfa9 Text Font Color

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

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


#becfa9 Background Color

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

This div background color is #becfa9


#becfa9 Border Color

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

This div border color is #becfa9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becfa9


Comments

No comments written yet.

Please login to write comment.