Color Hex Logo

#bec71d Color Hex

#BEC71D
(190,199,29)
0 Favorites   0 Comments

Color spaces of #bec71d

RGB 19019929
HSL0.180.750.45
HSV63°85°78°
CMYK 0.050.000.85   0.22
XYZ41.880451.88278.9694
Yxy51.88270.40770.5050
Hunter Lab72.0296-22.266143.0377
CIE-Lab77.2106-21.293873.6856

#bec71d color RGB value is (190,199,29).

#bec71d hex color red value is 190, green value is 199 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bec71d hue: 0.18 , saturation: 0.75 and the lightness value of bec71d is 0.45.

The process color (four color CMYK) of #bec71d color hex is 0.05, 0.00, 0.85, 0.22. Web safe color of #bec71d is #cccc33. Color #bec71d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000111 00011101
Octal 276 307 35
Decimal 190 199 29
Hex BE C7 1D

RGB Percentages of Color #bec71d

%45.45
%47.61
%6.94

CMYK Percentages of Color #bec71d

%5
%0
%85
%22

Triadic Colors of #bec71d

#bec71d #1dbec7 #c71dbe

Analogous Colors of #bec71d

#bec71d #69c71d #c77b1d

Monochromatic Colors of #bec71d

#bec71d

Complementary Color

#bec71d #261dc7

#bec71d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec71d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec71d Color CSS Codes

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

#bec71d Text Font Color

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

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


#bec71d Background Color

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

This div background color is #bec71d


#bec71d Border Color

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

This div border color is #bec71d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,199,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 #bec71d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec71d


Comments

No comments written yet.

Please login to write comment.