Color Hex Logo

#bec669 Color Hex

#BEC669
(190,198,105)
0 Favorites   0 Comments

Color spaces of #bec669

RGB 190198105
HSL0.180.450.59
HSV65°47°78°
CMYK 0.040.000.47   0.22
XYZ43.979152.355221.1522
Yxy52.35520.37430.4456
Hunter Lab72.3569-18.130833.3175
CIE-Lab77.4927-16.257745.3624

#bec669 color RGB value is (190,198,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000110 01101001
Octal 276 306 151
Decimal 190 198 105
Hex BE C6 69

RGB Percentages of Color #bec669

%38.54
%40.16
%21.30

CMYK Percentages of Color #bec669

%4
%0
%47
%22

Triadic Colors of #bec669

#bec669 #69bec6 #c669be

Analogous Colors of #bec669

#bec669 #90c669 #c6a069

Monochromatic Colors of #bec669

#bec669

Complementary Color

#bec669 #7169c6

#bec669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec669 Color CSS Codes

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

#bec669 Text Font Color

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

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


#bec669 Background Color

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

This div background color is #bec669


#bec669 Border Color

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

This div border color is #bec669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec669


Comments

No comments written yet.

Please login to write comment.