Color Hex Logo

#bec304 Color Hex

#BEC304
(190,195,4)
0 Favorites   0 Comments

Color spaces of #bec304

RGB 1901954
HSL0.170.960.39
HSV62°98°76°
CMYK 0.030.000.98   0.24
XYZ40.772249.98617.6142
Yxy49.98610.41450.5081
Hunter Lab70.7008-20.788043.1053
CIE-Lab76.0607-19.723376.3271

#bec304 color RGB value is (190,195,4).

#bec304 hex color red value is 190, green value is 195 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #bec304 hue: 0.17 , saturation: 0.96 and the lightness value of bec304 is 0.39.

The process color (four color CMYK) of #bec304 color hex is 0.03, 0.00, 0.98, 0.24. Web safe color of #bec304 is #cccc00. Color #bec304 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000011 00000100
Octal 276 303 4
Decimal 190 195 4
Hex BE C3 4

RGB Percentages of Color #bec304

%48.84
%50.13
%1.03

CMYK Percentages of Color #bec304

%3
%0
%98
%24

Triadic Colors of #bec304

#bec304 #04bec3 #c304be

Analogous Colors of #bec304

#bec304 #5ec304 #c36904

Monochromatic Colors of #bec304

#bec304

Complementary Color

#bec304 #0904c3

#bec304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec304 Color CSS Codes

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

#bec304 Text Font Color

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

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


#bec304 Background Color

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

This div background color is #bec304


#bec304 Border Color

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

This div border color is #bec304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec304


Comments

No comments written yet.

Please login to write comment.