Color Hex Logo

#becd6c Color Hex

#BECD6C
(190,205,108)
0 Favorites   0 Comments

Color spaces of #becd6c

RGB 190205108
HSL0.190.490.61
HSV69°47°80°
CMYK 0.070.000.47   0.20
XYZ45.773355.692522.5246
Yxy55.69250.36920.4492
Hunter Lab74.6274-21.113634.3438
CIE-Lab79.4385-19.455346.2643

#becd6c color RGB value is (190,205,108).

#becd6c hex color red value is 190, green value is 205 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #becd6c hue: 0.19 , saturation: 0.49 and the lightness value of becd6c is 0.61.

The process color (four color CMYK) of #becd6c color hex is 0.07, 0.00, 0.47, 0.20. Web safe color of #becd6c is #cccc66. Color #becd6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001101 01101100
Octal 276 315 154
Decimal 190 205 108
Hex BE CD 6C

RGB Percentages of Color #becd6c

%37.77
%40.76
%21.47

CMYK Percentages of Color #becd6c

%7
%0
%47
%20

Triadic Colors of #becd6c

#becd6c #6cbecd #cd6cbe

Analogous Colors of #becd6c

#becd6c #8ecd6c #cdac6c

Monochromatic Colors of #becd6c

#becd6c

Complementary Color

#becd6c #7b6ccd

#becd6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#becd6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#becd6c Color CSS Codes

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

#becd6c Text Font Color

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

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


#becd6c Background Color

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

This div background color is #becd6c


#becd6c Border Color

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

This div border color is #becd6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #becd6c


Comments

No comments written yet.

Please login to write comment.