Color Hex Logo

#bec944 Color Hex

#BEC944
(190,201,68)
0 Favorites   0 Comments

Color spaces of #bec944

RGB 19020168
HSL0.180.550.53
HSV65°66°79°
CMYK 0.050.000.66   0.21
XYZ43.165253.137813.4504
Yxy53.13780.39330.4842
Hunter Lab72.8957-21.868640.0870
CIE-Lab77.9563-20.656262.3869

#bec944 color RGB value is (190,201,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11001001 01000100
Octal 276 311 104
Decimal 190 201 68
Hex BE C9 44

RGB Percentages of Color #bec944

%41.39
%43.79
%14.81

CMYK Percentages of Color #bec944

%5
%0
%66
%21

Triadic Colors of #bec944

#bec944 #44bec9 #c944be

Analogous Colors of #bec944

#bec944 #7cc944 #c99244

Monochromatic Colors of #bec944

#bec944

Complementary Color

#bec944 #4f44c9

#bec944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bec944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bec944 Color CSS Codes

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

#bec944 Text Font Color

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

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


#bec944 Background Color

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

This div background color is #bec944


#bec944 Border Color

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

This div border color is #bec944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bec944


Comments

No comments written yet.

Please login to write comment.