Color Hex Logo

#becea1 Color Hex

#BECEA1
(190,206,161)
0 Favorites   0 Comments

Color spaces of #becea1

RGB 190206161
HSL0.230.310.72
HSV81°22°81°
CMYK 0.080.000.22   0.19
XYZ49.739557.663042.2267
Yxy57.66300.33240.3854
Hunter Lab75.9362-15.967720.1852
CIE-Lab80.5511-13.243320.6176

#becea1 color RGB value is (190,206,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 10100001
Octal 276 316 241
Decimal 190 206 161
Hex BE CE A1

RGB Percentages of Color #becea1

%34.11
%36.98
%28.90

CMYK Percentages of Color #becea1

%8
%0
%22
%19

Triadic Colors of #becea1

#becea1 #a1bece #cea1be

Analogous Colors of #becea1

#becea1 #a8cea1 #cec8a1

Monochromatic Colors of #becea1

#becea1

Complementary Color

#becea1 #b1a1ce

#becea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becea1 Color CSS Codes

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

#becea1 Text Font Color

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

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


#becea1 Background Color

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

This div background color is #becea1


#becea1 Border Color

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

This div border color is #becea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becea1


Comments

No comments written yet.

Please login to write comment.