Color Hex Logo

#bec429 Color Hex

#BEC429
(190,196,41)
0 Favorites   0 Comments

Color spaces of #bec429

RGB 19019641
HSL0.170.650.46
HSV62°79°77°
CMYK 0.030.000.79   0.23
XYZ41.375450.58719.6814
Yxy50.58710.40710.4977
Hunter Lab71.1246-20.629141.7167
CIE-Lab76.4282-19.456870.0923

#bec429 color RGB value is (190,196,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000100 00101001
Octal 276 304 51
Decimal 190 196 41
Hex BE C4 29

RGB Percentages of Color #bec429

%44.50
%45.90
%9.60

CMYK Percentages of Color #bec429

%3
%0
%79
%23

Triadic Colors of #bec429

#bec429 #29bec4 #c429be

Analogous Colors of #bec429

#bec429 #71c429 #c47d29

Monochromatic Colors of #bec429

#bec429

Complementary Color

#bec429 #2f29c4

#bec429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec429 Color CSS Codes

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

#bec429 Text Font Color

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

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


#bec429 Background Color

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

This div background color is #bec429


#bec429 Border Color

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

This div border color is #bec429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec429


Comments

No comments written yet.

Please login to write comment.