Color Hex Logo

#becca9 Color Hex

#BECCA9
(190,204,169)
0 Favorites   0 Comments

Color spaces of #becca9

RGB 190204169
HSL0.230.260.73
HSV84°17°80°
CMYK 0.070.000.17   0.20
XYZ49.989556.997545.9030
Yxy56.99750.32700.3728
Hunter Lab75.4967-13.926916.7986
CIE-Lab80.1782-10.962115.8593

#becca9 color RGB value is (190,204,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 10101001
Octal 276 314 251
Decimal 190 204 169
Hex BE CC A9

RGB Percentages of Color #becca9

%33.75
%36.23
%30.02

CMYK Percentages of Color #becca9

%7
%0
%17
%20

Triadic Colors of #becca9

#becca9 #a9becc #cca9be

Analogous Colors of #becca9

#becca9 #adcca9 #ccc9a9

Monochromatic Colors of #becca9

#becca9

Complementary Color

#becca9 #b7a9cc

#becca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becca9 Color CSS Codes

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

#becca9 Text Font Color

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

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


#becca9 Background Color

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

This div background color is #becca9


#becca9 Border Color

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

This div border color is #becca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becca9


Comments

No comments written yet.

Please login to write comment.