Color Hex Logo

#bece7c Color Hex

#BECE7C
(190,206,124)
0 Favorites   0 Comments

Color spaces of #bece7c

RGB 190206124
HSL0.200.460.65
HSV72°40°81°
CMYK 0.080.000.40   0.19
XYZ46.944656.545027.5088
Yxy56.54500.35840.4316
Hunter Lab75.1964-20.157430.9477
CIE-Lab79.9230-18.228938.9495

#bece7c color RGB value is (190,206,124).

#bece7c hex color red value is 190, green value is 206 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bece7c hue: 0.20 , saturation: 0.46 and the lightness value of bece7c is 0.65.

The process color (four color CMYK) of #bece7c color hex is 0.08, 0.00, 0.40, 0.19. Web safe color of #bece7c is #cccc66. Color #bece7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 01111100
Octal 276 316 174
Decimal 190 206 124
Hex BE CE 7C

RGB Percentages of Color #bece7c

%36.54
%39.62
%23.85

CMYK Percentages of Color #bece7c

%8
%0
%40
%19

Triadic Colors of #bece7c

#bece7c #7cbece #ce7cbe

Analogous Colors of #bece7c

#bece7c #95ce7c #ceb57c

Monochromatic Colors of #bece7c

#bece7c

Complementary Color

#bece7c #8c7cce

#bece7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bece7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bece7c Color CSS Codes

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

#bece7c Text Font Color

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

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


#bece7c Background Color

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

This div background color is #bece7c


#bece7c Border Color

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

This div border color is #bece7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bece7c


Comments

No comments written yet.

Please login to write comment.