Color Hex Logo

#bec428 Color Hex

#BEC428
(190,196,40)
0 Favorites   0 Comments

Color spaces of #bec428

RGB 19019640
HSL0.170.660.46
HSV62°80°77°
CMYK 0.030.000.80   0.23
XYZ41.358150.58029.5906
Yxy50.58020.40740.4982
Hunter Lab71.1198-20.656941.7885
CIE-Lab76.4240-19.491570.3650

#bec428 color RGB value is (190,196,40).

#bec428 hex color red value is 190, green value is 196 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bec428 hue: 0.17 , saturation: 0.66 and the lightness value of bec428 is 0.46.

The process color (four color CMYK) of #bec428 color hex is 0.03, 0.00, 0.80, 0.23. Web safe color of #bec428 is #cccc33. Color #bec428 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000100 00101000
Octal 276 304 50
Decimal 190 196 40
Hex BE C4 28

RGB Percentages of Color #bec428

%44.60
%46.01
%9.39

CMYK Percentages of Color #bec428

%3
%0
%80
%23

Triadic Colors of #bec428

#bec428 #28bec4 #c428be

Analogous Colors of #bec428

#bec428 #70c428 #c47c28

Monochromatic Colors of #bec428

#bec428

Complementary Color

#bec428 #2e28c4

#bec428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec428 Color CSS Codes

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

#bec428 Text Font Color

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

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


#bec428 Background Color

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

This div background color is #bec428


#bec428 Border Color

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

This div border color is #bec428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec428


Comments

No comments written yet.

Please login to write comment.