Color Hex Logo

#bece5b Color Hex

#BECE5B
(190,206,91)
0 Favorites   0 Comments

Color spaces of #bece5b

RGB 19020691
HSL0.190.540.58
HSV68°56°81°
CMYK 0.080.000.56   0.19
XYZ45.194855.845118.2947
Yxy55.84510.37870.4680
Hunter Lab74.7296-22.823937.7958
CIE-Lab79.5256-21.488854.3376

#bece5b color RGB value is (190,206,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 01011011
Octal 276 316 133
Decimal 190 206 91
Hex BE CE 5B

RGB Percentages of Color #bece5b

%39.01
%42.30
%18.69

CMYK Percentages of Color #bece5b

%8
%0
%56
%19

Triadic Colors of #bece5b

#bece5b #5bbece #ce5bbe

Analogous Colors of #bece5b

#bece5b #85ce5b #cea55b

Monochromatic Colors of #bece5b

#bece5b

Complementary Color

#bece5b #6b5bce

#bece5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bece5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bece5b Color CSS Codes

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

#bece5b Text Font Color

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

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


#bece5b Background Color

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

This div background color is #bece5b


#bece5b Border Color

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

This div border color is #bece5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bece5b


Comments

No comments written yet.

Please login to write comment.