Color Hex Logo

#bec934 Color Hex

#BEC934
(190,201,52)
0 Favorites   0 Comments

Color spaces of #bec934

RGB 19020152
HSL0.180.590.50
HSV64°74°79°
CMYK 0.050.000.74   0.21
XYZ42.741752.968411.2200
Yxy52.96840.39970.4954
Hunter Lab72.7794-22.534941.8052
CIE-Lab77.8563-21.486468.0562

#bec934 color RGB value is (190,201,52).

#bec934 hex color red value is 190, green value is 201 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bec934 hue: 0.18 , saturation: 0.59 and the lightness value of bec934 is 0.50.

The process color (four color CMYK) of #bec934 color hex is 0.05, 0.00, 0.74, 0.21. Web safe color of #bec934 is #cccc33. Color #bec934 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001001 00110100
Octal 276 311 64
Decimal 190 201 52
Hex BE C9 34

RGB Percentages of Color #bec934

%42.89
%45.37
%11.74

CMYK Percentages of Color #bec934

%5
%0
%74
%21

Triadic Colors of #bec934

#bec934 #34bec9 #c934be

Analogous Colors of #bec934

#bec934 #74c934 #c98a34

Monochromatic Colors of #bec934

#bec934

Complementary Color

#bec934 #3f34c9

#bec934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec934 Color CSS Codes

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

#bec934 Text Font Color

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

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


#bec934 Background Color

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

This div background color is #bec934


#bec934 Border Color

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

This div border color is #bec934


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec934


Comments

No comments written yet.

Please login to write comment.