Color Hex Logo

#bec808 Color Hex

#BEC808
(190,200,8)
0 Favorites   0 Comments

Color spaces of #bec808

RGB 1902008
HSL0.180.920.41
HSV63°96°78°
CMYK 0.050.000.96   0.22
XYZ41.933352.27328.1094
Yxy52.27320.40980.5109
Hunter Lab72.3002-22.997443.9600
CIE-Lab77.4439-22.139276.9630

#bec808 color RGB value is (190,200,8).

#bec808 hex color red value is 190, green value is 200 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #bec808 hue: 0.18 , saturation: 0.92 and the lightness value of bec808 is 0.41.

The process color (four color CMYK) of #bec808 color hex is 0.05, 0.00, 0.96, 0.22. Web safe color of #bec808 is #cccc00. Color #bec808 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001000 00001000
Octal 276 310 10
Decimal 190 200 8
Hex BE C8 8

RGB Percentages of Color #bec808

%47.74
%50.25
%2.01

CMYK Percentages of Color #bec808

%5
%0
%96
%22

Triadic Colors of #bec808

#bec808 #08bec8 #c808be

Analogous Colors of #bec808

#bec808 #5ec808 #c87208

Monochromatic Colors of #bec808

#bec808

Complementary Color

#bec808 #1208c8

#bec808 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec808 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec808 Color CSS Codes

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

#bec808 Text Font Color

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

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


#bec808 Background Color

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

This div background color is #bec808


#bec808 Border Color

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

This div border color is #bec808


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec808


Comments

No comments written yet.

Please login to write comment.