Color Hex Logo

#bec665 Color Hex

#BEC665
(190,198,101)
0 Favorites   0 Comments

Color spaces of #bec665

RGB 190198101
HSL0.180.460.59
HSV65°49°78°
CMYK 0.040.000.49   0.22
XYZ43.778352.274920.0946
Yxy52.27490.37690.4501
Hunter Lab72.3014-18.446134.1326
CIE-Lab77.4449-16.641047.2436

#bec665 color RGB value is (190,198,101).

#bec665 hex color red value is 190, green value is 198 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bec665 hue: 0.18 , saturation: 0.46 and the lightness value of bec665 is 0.59.

The process color (four color CMYK) of #bec665 color hex is 0.04, 0.00, 0.49, 0.22. Web safe color of #bec665 is #cccc66. Color #bec665 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 01100101
Octal 276 306 145
Decimal 190 198 101
Hex BE C6 65

RGB Percentages of Color #bec665

%38.85
%40.49
%20.65

CMYK Percentages of Color #bec665

%4
%0
%49
%22

Triadic Colors of #bec665

#bec665 #65bec6 #c665be

Analogous Colors of #bec665

#bec665 #8ec665 #c69e65

Monochromatic Colors of #bec665

#bec665

Complementary Color

#bec665 #6d65c6

#bec665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec665 Color CSS Codes

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

#bec665 Text Font Color

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

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


#bec665 Background Color

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

This div background color is #bec665


#bec665 Border Color

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

This div border color is #bec665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec665


Comments

No comments written yet.

Please login to write comment.