Color Hex Logo

#bec01d Color Hex

#BEC01D
(190,192,29)
0 Favorites   0 Comments

Color spaces of #bec01d

RGB 19019229
HSL0.170.740.43
HSV61°85°75°
CMYK 0.010.000.85   0.25
XYZ40.306648.73518.4448
Yxy48.73510.41350.4999
Hunter Lab69.8105-19.107641.6952
CIE-Lab75.2862-17.825872.0984

#bec01d color RGB value is (190,192,29).

#bec01d hex color red value is 190, green value is 192 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bec01d hue: 0.17 , saturation: 0.74 and the lightness value of bec01d is 0.43.

The process color (four color CMYK) of #bec01d color hex is 0.01, 0.00, 0.85, 0.25. Web safe color of #bec01d is #cccc33. Color #bec01d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000000 00011101
Octal 276 300 35
Decimal 190 192 29
Hex BE C0 1D

RGB Percentages of Color #bec01d

%46.23
%46.72
%7.06

CMYK Percentages of Color #bec01d

%1
%0
%85
%25

Triadic Colors of #bec01d

#bec01d #1dbec0 #c01dbe

Analogous Colors of #bec01d

#bec01d #6dc01d #c0711d

Monochromatic Colors of #bec01d

#bec01d

Complementary Color

#bec01d #1f1dc0

#bec01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec01d Color CSS Codes

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

#bec01d Text Font Color

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

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


#bec01d Background Color

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

This div background color is #bec01d


#bec01d Border Color

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

This div border color is #bec01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec01d


Comments

No comments written yet.

Please login to write comment.