Color Hex Logo

#becb90 Color Hex

#BECB90
(190,203,144)
0 Favorites   0 Comments

Color spaces of #becb90

RGB 190203144
HSL0.200.360.68
HSV73°29°80°
CMYK 0.060.000.29   0.20
XYZ47.625255.672634.6213
Yxy55.67260.34530.4037
Hunter Lab74.6141-16.640424.7190
CIE-Lab79.4271-14.190728.0216

#becb90 color RGB value is (190,203,144).

#becb90 hex color red value is 190, green value is 203 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #becb90 hue: 0.20 , saturation: 0.36 and the lightness value of becb90 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001011 10010000
Octal 276 313 220
Decimal 190 203 144
Hex BE CB 90

RGB Percentages of Color #becb90

%35.38
%37.80
%26.82

CMYK Percentages of Color #becb90

%6
%0
%29
%20

Triadic Colors of #becb90

#becb90 #90becb #cb90be

Analogous Colors of #becb90

#becb90 #a1cb90 #cbbb90

Monochromatic Colors of #becb90

#becb90

Complementary Color

#becb90 #9d90cb

#becb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becb90 Color CSS Codes

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

#becb90 Text Font Color

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

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


#becb90 Background Color

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

This div background color is #becb90


#becb90 Border Color

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

This div border color is #becb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becb90


Comments

No comments written yet.

Please login to write comment.