Color Hex Logo

#becba6 Color Hex

#BECBA6
(190,203,166)
0 Favorites   0 Comments

Color spaces of #becba6

RGB 190203166
HSL0.230.260.72
HSV81°18°80°
CMYK 0.060.000.18   0.20
XYZ49.474156.412244.3575
Yxy56.41220.32930.3755
Hunter Lab75.1081-13.860117.5600
CIE-Lab79.8478-10.930116.9921

#becba6 color RGB value is (190,203,166).

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

The process color (four color CMYK) of #becba6 color hex is 0.06, 0.00, 0.18, 0.20. Web safe color of #becba6 is #cccc99. Color #becba6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 10100110
Octal 276 313 246
Decimal 190 203 166
Hex BE CB A6

RGB Percentages of Color #becba6

%33.99
%36.31
%29.70

CMYK Percentages of Color #becba6

%6
%0
%18
%20

Triadic Colors of #becba6

#becba6 #a6becb #cba6be

Analogous Colors of #becba6

#becba6 #accba6 #cbc6a6

Monochromatic Colors of #becba6

#becba6

Complementary Color

#becba6 #b3a6cb

#becba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becba6 Color CSS Codes

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

#becba6 Text Font Color

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

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


#becba6 Background Color

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

This div background color is #becba6


#becba6 Border Color

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

This div border color is #becba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becba6


Comments

No comments written yet.

Please login to write comment.