Color Hex Logo

#bece9f Color Hex

#BECE9F
(190,206,159)
0 Favorites   0 Comments

Color spaces of #bece9f

RGB 190206159
HSL0.220.320.72
HSV80°23°81°
CMYK 0.080.000.23   0.19
XYZ49.564557.593041.3051
Yxy57.59300.33390.3879
Hunter Lab75.8901-16.227620.8529
CIE-Lab80.5120-13.547921.6191

#bece9f color RGB value is (190,206,159).

#bece9f hex color red value is 190, green value is 206 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bece9f hue: 0.22 , saturation: 0.32 and the lightness value of bece9f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 10011111
Octal 276 316 237
Decimal 190 206 159
Hex BE CE 9F

RGB Percentages of Color #bece9f

%34.23
%37.12
%28.65

CMYK Percentages of Color #bece9f

%8
%0
%23
%19

Triadic Colors of #bece9f

#bece9f #9fbece #ce9fbe

Analogous Colors of #bece9f

#bece9f #a7ce9f #cec79f

Monochromatic Colors of #bece9f

#bece9f

Complementary Color

#bece9f #af9fce

#bece9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bece9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bece9f Color CSS Codes

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

#bece9f Text Font Color

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

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


#bece9f Background Color

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

This div background color is #bece9f


#bece9f Border Color

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

This div border color is #bece9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bece9f


Comments

No comments written yet.

Please login to write comment.