Color Hex Logo

#bec524 Color Hex

#BEC524
(190,197,36)
0 Favorites   0 Comments

Color spaces of #bec524

RGB 19019736
HSL0.170.690.46
HSV63°82°77°
CMYK 0.040.000.82   0.23
XYZ41.519951.00709.3261
Yxy51.00700.40760.5008
Hunter Lab71.4192-21.211742.2512
CIE-Lab76.6832-20.115471.6377

#bec524 color RGB value is (190,197,36).

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

The process color (four color CMYK) of #bec524 color hex is 0.04, 0.00, 0.82, 0.23. Web safe color of #bec524 is #cccc33. Color #bec524 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11000101 00100100
Octal 276 305 44
Decimal 190 197 36
Hex BE C5 24

RGB Percentages of Color #bec524

%44.92
%46.57
%8.51

CMYK Percentages of Color #bec524

%4
%0
%82
%23

Triadic Colors of #bec524

#bec524 #24bec5 #c524be

Analogous Colors of #bec524

#bec524 #6ec524 #c57c24

Monochromatic Colors of #bec524

#bec524

Complementary Color

#bec524 #2b24c5

#bec524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec524 Color CSS Codes

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

#bec524 Text Font Color

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

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


#bec524 Background Color

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

This div background color is #bec524


#bec524 Border Color

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

This div border color is #bec524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec524


Comments

No comments written yet.

Please login to write comment.