Color Hex Logo

#becc90 Color Hex

#BECC90
(190,204,144)
0 Favorites   0 Comments

Color spaces of #becc90

RGB 190204144
HSL0.210.370.68
HSV74°29°80°
CMYK 0.070.000.29   0.20
XYZ47.862156.146534.7003
Yxy56.14650.34510.4048
Hunter Lab74.9310-17.112524.9947
CIE-Lab79.6971-14.697128.3834

#becc90 color RGB value is (190,204,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001100 10010000
Octal 276 314 220
Decimal 190 204 144
Hex BE CC 90

RGB Percentages of Color #becc90

%35.32
%37.92
%26.77

CMYK Percentages of Color #becc90

%7
%0
%29
%20

Triadic Colors of #becc90

#becc90 #90becc #cc90be

Analogous Colors of #becc90

#becc90 #a0cc90 #ccbc90

Monochromatic Colors of #becc90

#becc90

Complementary Color

#becc90 #9e90cc

#becc90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becc90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#becc90 Color CSS Codes

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

#becc90 Text Font Color

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

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


#becc90 Background Color

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

This div background color is #becc90


#becc90 Border Color

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

This div border color is #becc90


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,204,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 #becc90">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becc90


Comments

No comments written yet.

Please login to write comment.