Color Hex Logo

#beceab Color Hex

#BECEAB
(190,206,171)
0 Favorites   0 Comments

Color spaces of #beceab

RGB 190206171
HSL0.240.260.74
HSV87°17°81°
CMYK 0.080.000.17   0.19
XYZ50.657258.030047.0591
Yxy58.03000.32530.3726
Hunter Lab76.1774-14.609816.6974
CIE-Lab80.7555-11.661415.6061

#beceab color RGB value is (190,206,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 10101011
Octal 276 316 253
Decimal 190 206 171
Hex BE CE AB

RGB Percentages of Color #beceab

%33.51
%36.33
%30.16

CMYK Percentages of Color #beceab

%8
%0
%17
%19

Triadic Colors of #beceab

#beceab #abbece #ceabbe

Analogous Colors of #beceab

#beceab #adceab #cecdab

Monochromatic Colors of #beceab

#beceab

Complementary Color

#beceab #bbabce

#beceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#beceab Color CSS Codes

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

#beceab Text Font Color

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

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


#beceab Background Color

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

This div background color is #beceab


#beceab Border Color

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

This div border color is #beceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beceab


Comments

No comments written yet.

Please login to write comment.