Color Hex Logo

#bece4e Color Hex

#BECE4E
(190,206,78)
0 Favorites   0 Comments

Color spaces of #bece4e

RGB 19020678
HSL0.190.570.56
HSV68°62°81°
CMYK 0.080.000.62   0.19
XYZ44.681755.639815.5923
Yxy55.63980.38550.4800
Hunter Lab74.5921-23.612239.8208
CIE-Lab79.4084-22.466159.8615

#bece4e color RGB value is (190,206,78).

#bece4e hex color red value is 190, green value is 206 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bece4e hue: 0.19 , saturation: 0.57 and the lightness value of bece4e is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 01001110
Octal 276 316 116
Decimal 190 206 78
Hex BE CE 4E

RGB Percentages of Color #bece4e

%40.08
%43.46
%16.46

CMYK Percentages of Color #bece4e

%8
%0
%62
%19

Triadic Colors of #bece4e

#bece4e #4ebece #ce4ebe

Analogous Colors of #bece4e

#bece4e #7ece4e #ce9e4e

Monochromatic Colors of #bece4e

#bece4e

Complementary Color

#bece4e #5e4ece

#bece4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bece4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bece4e Color CSS Codes

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

#bece4e Text Font Color

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

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


#bece4e Background Color

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

This div background color is #bece4e


#bece4e Border Color

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

This div border color is #bece4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bece4e


Comments

No comments written yet.

Please login to write comment.