Color Hex Logo

#becab6 Color Hex

#BECAB6
(190,202,182)
0 Favorites   0 Comments

Color spaces of #becab6

RGB 190202182
HSL0.270.160.75
HSV96°10°79°
CMYK 0.060.000.10   0.21
XYZ50.799256.565652.4968
Yxy56.56560.31780.3538
Hunter Lab75.2101-11.053311.2625
CIE-Lab79.9346-7.74498.5775

#becab6 color RGB value is (190,202,182).

#becab6 hex color red value is 190, green value is 202 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #becab6 hue: 0.27 , saturation: 0.16 and the lightness value of becab6 is 0.75.

The process color (four color CMYK) of #becab6 color hex is 0.06, 0.00, 0.10, 0.21. Web safe color of #becab6 is #cccccc. Color #becab6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001010 10110110
Octal 276 312 266
Decimal 190 202 182
Hex BE CA B6

RGB Percentages of Color #becab6

%33.10
%35.19
%31.71

CMYK Percentages of Color #becab6

%6
%0
%10
%21

Triadic Colors of #becab6

#becab6 #b6beca #cab6be

Analogous Colors of #becab6

#becab6 #b6cab8 #c8cab6

Monochromatic Colors of #becab6

#becab6

Complementary Color

#becab6 #c2b6ca

#becab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becab6 Color CSS Codes

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

#becab6 Text Font Color

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

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


#becab6 Background Color

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

This div background color is #becab6


#becab6 Border Color

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

This div border color is #becab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becab6


Comments

No comments written yet.

Please login to write comment.