Color Hex Logo

#bece0a Color Hex

#BECE0A
(190,206,10)
0 Favorites   0 Comments

Color spaces of #bece0a

RGB 19020610
HSL0.180.910.42
HSV65°95°81°
CMYK 0.080.000.95   0.19
XYZ43.361355.11178.6394
Yxy55.11170.40480.5145
Hunter Lab74.2373-25.655045.0662
CIE-Lab79.1056-25.028978.0333

#bece0a color RGB value is (190,206,10).

#bece0a hex color red value is 190, green value is 206 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bece0a hue: 0.18 , saturation: 0.91 and the lightness value of bece0a is 0.42.

The process color (four color CMYK) of #bece0a color hex is 0.08, 0.00, 0.95, 0.19. Web safe color of #bece0a is #cccc00. Color #bece0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001110 00001010
Octal 276 316 12
Decimal 190 206 10
Hex BE CE A

RGB Percentages of Color #bece0a

%46.80
%50.74
%2.46

CMYK Percentages of Color #bece0a

%8
%0
%95
%19

Triadic Colors of #bece0a

#bece0a #0abece #ce0abe

Analogous Colors of #bece0a

#bece0a #5cce0a #ce7c0a

Monochromatic Colors of #bece0a

#bece0a

Complementary Color

#bece0a #1a0ace

#bece0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bece0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bece0a Color CSS Codes

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

#bece0a Text Font Color

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

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


#bece0a Background Color

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

This div background color is #bece0a


#bece0a Border Color

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

This div border color is #bece0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bece0a


Comments

No comments written yet.

Please login to write comment.